Shades of Electric Purple #CA02E7
Tints of Electric Purple #CA02E7
RGB
CMYK
RGB Variations
Color information
#CA02E7 (or 0xCA02E7) is known color: Electric Purple. HEX triplet: CA, 02 and E7. RGB value is (202,2,231). Sum of RGB (Red+Green+Blue) = 202+2+231=435 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.44% from 435); Green value is 2 (1.17% from 255 or 0.46% from 435); Blue value is 231 (90.62% from 255 or 53.10% from 435); Max value from RGB is 231 - color contains mainly: blue. Hex color #CA02E7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CA02E7 is #35FD18. Grayscale: #575757. Windows color (decimal): -3538201 or 15139530. OLE color: 15139530.
HSL color Cylindrical-coordinate representation of color #CA02E7: hue angle of 292.4º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CA02E7 is Cyan = 0.13, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 202 | 2 | 231 | - |
| CMYK | 0.13 | 0.99 | 0 | 0.09 |
| HSL | 292.4º | 0.98% | 0.46% | - |
| HSV(B) | 292.4º | 0.99% | 0.91% | - |
| XYZ | 38.8 | 18.37 | 77.1 | - |
| YUV | 87.91 | 208.76 | 209.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 2 | 231 | 0.13 | 0.99 | 0 | 0.09 | 292.4 | 0.98 | 0.46 |
| Hex | CA | 2 | E7 | D | 63 | 0 | 9 | 124 | 62 | 2E |
| Octal | 312 | 2 | 347 | 15 | 143 | 0 | 11 | 444 | 142 | 56 |
| Binary | 11001010 | 10 | 11100111 | 1101 | 1100011 | 0 | 1001 | 100100100 | 1100010 | 101110 |
Color Harmonies of #CA02E7
Complementary color
Monochromatic Colors of #CA02E7
Black with #CA02E7
Text Example
Text Example
White with #CA02E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA02E7; }
p { color: rgb(202,2,231); }
H1.HeaderClassName
{
color: #CA02E7;
}
.AnyTagClassName
{
color: #CA02E7;
}
</style>
background-color css
<style>
a { background-color: #CA02E7; }
a { background-color: rgb(202,2,231); }
div.DivClassName
{
background-color: #CA02E7;
}
.BgClassName
{
background-color: #CA02E7;
}
</style>
border-color css
<style>
span { border-color: #CA02E7; }
span { border-color: rgb(202,2,231); }
td.TdClassName
{
border-color: #CA02E7;
}
.TagClassName
{
border-color: #CA02E7;
}
</style>