Shades of Electric Purple #CA00EC
Tints of Electric Purple #CA00EC
RGB
CMYK
RGB Variations
Color information
#CA00EC (or 0xCA00EC) is known color: Electric Purple. HEX triplet: CA, 00 and EC. RGB value is (202,0,236). Sum of RGB (Red+Green+Blue) = 202+0+236=438 (58% of max value = 765). Red value is 202 (79.30% from 255 or 46.12% from 438); Green value is 0 (0.39% from 255 or 0% from 438); Blue value is 236 (92.58% from 255 or 53.88% from 438); Max value from RGB is 236 - color contains mainly: blue. Hex color #CA00EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CA00EC is #35FF13. Grayscale: #565656. Windows color (decimal): -3538708 or 15466698. OLE color: 15466698.
HSL color Cylindrical-coordinate representation of color #CA00EC: hue angle of 291.36º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CA00EC is Cyan = 0.14, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 0 | 236 | - |
| CMYK | 0.14 | 1 | 0 | 0.07 |
| HSL | 291.36º | 1% | 0.46% | - |
| HSV(B) | 291.36º | 1% | 0.93% | - |
| XYZ | 39.5 | 18.61 | 80.87 | - |
| YUV | 87.3 | 211.92 | 209.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 0 | 236 | 0.14 | 1 | 0 | 0.07 | 291.36 | 1 | 0.46 |
| Hex | CA | 0 | EC | E | 64 | 0 | 7 | 123 | 64 | 2E |
| Octal | 312 | 0 | 354 | 16 | 144 | 0 | 7 | 443 | 144 | 56 |
| Binary | 11001010 | 0 | 11101100 | 1110 | 1100100 | 0 | 111 | 100100011 | 1100100 | 101110 |
Color Harmonies of #CA00EC
Complementary color
Monochromatic Colors of #CA00EC
Black with #CA00EC
Text Example
Text Example
White with #CA00EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA00EC; }
p { color: rgb(202,0,236); }
H1.HeaderClassName
{
color: #CA00EC;
}
.AnyTagClassName
{
color: #CA00EC;
}
</style>
background-color css
<style>
a { background-color: #CA00EC; }
a { background-color: rgb(202,0,236); }
div.DivClassName
{
background-color: #CA00EC;
}
.BgClassName
{
background-color: #CA00EC;
}
</style>
border-color css
<style>
span { border-color: #CA00EC; }
span { border-color: rgb(202,0,236); }
td.TdClassName
{
border-color: #CA00EC;
}
.TagClassName
{
border-color: #CA00EC;
}
</style>