Shades of Electric Purple #CA01EC
Tints of Electric Purple #CA01EC
RGB
CMYK
RGB Variations
Color information
#CA01EC (or 0xCA01EC) is known color: Electric Purple. HEX triplet: CA, 01 and EC. RGB value is (202,1,236). Sum of RGB (Red+Green+Blue) = 202+1+236=439 (58% of max value = 765). Red value is 202 (79.30% from 255 or 46.01% from 439); Green value is 1 (0.78% from 255 or 0.23% from 439); Blue value is 236 (92.58% from 255 or 53.76% from 439); Max value from RGB is 236 - color contains mainly: blue. Hex color #CA01EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CA01EC is #35FE13. Grayscale: #575757. Windows color (decimal): -3538452 or 15466954. OLE color: 15466954.
HSL color Cylindrical-coordinate representation of color #CA01EC: hue angle of 291.32º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CA01EC is Cyan = 0.14, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 1 | 236 | - |
| CMYK | 0.14 | 1.00 | 0 | 0.07 |
| HSL | 291.32º | 0.99% | 0.46% | - |
| HSV(B) | 291.32º | 1% | 0.93% | - |
| XYZ | 39.51 | 18.63 | 80.87 | - |
| YUV | 87.89 | 211.59 | 209.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 1 | 236 | 0.14 | 1.00 | 0 | 0.07 | 291.32 | 0.99 | 0.46 |
| Hex | CA | 1 | EC | E | 64 | 0 | 7 | 123 | 63 | 2E |
| Octal | 312 | 1 | 354 | 16 | 144 | 0 | 7 | 443 | 143 | 56 |
| Binary | 11001010 | 1 | 11101100 | 1110 | 1100100 | 0 | 111 | 100100011 | 1100011 | 101110 |
Color Harmonies of #CA01EC
Complementary color
Monochromatic Colors of #CA01EC
Black with #CA01EC
Text Example
Text Example
White with #CA01EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA01EC; }
p { color: rgb(202,1,236); }
H1.HeaderClassName
{
color: #CA01EC;
}
.AnyTagClassName
{
color: #CA01EC;
}
</style>
background-color css
<style>
a { background-color: #CA01EC; }
a { background-color: rgb(202,1,236); }
div.DivClassName
{
background-color: #CA01EC;
}
.BgClassName
{
background-color: #CA01EC;
}
</style>
border-color css
<style>
span { border-color: #CA01EC; }
span { border-color: rgb(202,1,236); }
td.TdClassName
{
border-color: #CA01EC;
}
.TagClassName
{
border-color: #CA01EC;
}
</style>