Shades of Electric Purple #CA04EC
Tints of Electric Purple #CA04EC
RGB
CMYK
RGB Variations
Color information
#CA04EC (or 0xCA04EC) is known color: Electric Purple. HEX triplet: CA, 04 and EC. RGB value is (202,4,236). Sum of RGB (Red+Green+Blue) = 202+4+236=442 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.70% from 442); Green value is 4 (1.95% from 255 or 0.90% from 442); Blue value is 236 (92.58% from 255 or 53.39% from 442); Max value from RGB is 236 - color contains mainly: blue. Hex color #CA04EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CA04EC is #35FB13. Grayscale: #585858. Windows color (decimal): -3537684 or 15467722. OLE color: 15467722.
HSL color Cylindrical-coordinate representation of color #CA04EC: hue angle of 291.21º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CA04EC is Cyan = 0.14, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 4 | 236 | - |
| CMYK | 0.14 | 0.98 | 0 | 0.07 |
| HSL | 291.21º | 0.97% | 0.47% | - |
| HSV(B) | 291.21º | 0.98% | 0.93% | - |
| XYZ | 39.54 | 18.7 | 80.88 | - |
| YUV | 89.65 | 210.6 | 208.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 4 | 236 | 0.14 | 0.98 | 0 | 0.07 | 291.21 | 0.97 | 0.47 |
| Hex | CA | 4 | EC | E | 62 | 0 | 7 | 123 | 61 | 2F |
| Octal | 312 | 4 | 354 | 16 | 142 | 0 | 7 | 443 | 141 | 57 |
| Binary | 11001010 | 100 | 11101100 | 1110 | 1100010 | 0 | 111 | 100100011 | 1100001 | 101111 |
Color Harmonies of #CA04EC
Complementary color
Monochromatic Colors of #CA04EC
Black with #CA04EC
Text Example
Text Example
White with #CA04EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA04EC; }
p { color: rgb(202,4,236); }
H1.HeaderClassName
{
color: #CA04EC;
}
.AnyTagClassName
{
color: #CA04EC;
}
</style>
background-color css
<style>
a { background-color: #CA04EC; }
a { background-color: rgb(202,4,236); }
div.DivClassName
{
background-color: #CA04EC;
}
.BgClassName
{
background-color: #CA04EC;
}
</style>
border-color css
<style>
span { border-color: #CA04EC; }
span { border-color: rgb(202,4,236); }
td.TdClassName
{
border-color: #CA04EC;
}
.TagClassName
{
border-color: #CA04EC;
}
</style>