ABSTRACT
Colour Detection is the process of detecting the name of any colour. This project can
automatically get name of the colour by clicking on them. So for this, We will have a data file
that contains the colour name and it’s values. Then we will calculate the distance from each
colour and find the shortest one. Colour Detection is necessary to recognize objects , It is also
uses as a tool in various image editing and drawing apps. It is the process of detecting the any
colour. Well, for humans this is an easy task but for computers, it is not straight forward. Human
eyes and brains work together to translate light into colour. Light receptors that are present in our
eyes transmit the signal to the brain. Our brain then recognizes the colour. Hence the problem
that araises in front of us is how to make acomputer understand are recognize colours, So we are
going to solve this problem, So basically in this project using python we need three different
parts to be used. Python code which will be recognizing colour, Image that will be used for
testing the colour recognition, A CSV file that will be containing the colours as data set. Hence
the above three modules will help us in achieving our aim that is detecting the colours in an
image using python.