This is a collaborative project about favorite colors, these results are the calculated average of every color chosen by the participants. The webpage is written in html/php, and the data is saved on server with a txt file.
Colors are recorded in Hex color code, converted into decimal integers for calculation, and converted back to Hex code.
The visualization of results is designed to represent each entry on the same chart. The circular chart has three axes – Red, Green, Blue – set on its 0°, 120°, and 240° angles. By positioning the decimal values (0~255) on each axis, every color will have 3 corresponding coordinates on this 2D canvas, which are connected by a circle.
For real-time results and more info, see Result Page.