Shades of Electric Purple #CA0CEA
Tints of Electric Purple #CA0CEA
RGB
CMYK
RGB Variations
Color information
#CA0CEA (or 0xCA0CEA) is known color: Electric Purple. HEX triplet: CA, 0C and EA. RGB value is (202,12,234). Sum of RGB (Red+Green+Blue) = 202+12+234=448 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.09% from 448); Green value is 12 (5.08% from 255 or 2.68% from 448); Blue value is 234 (91.80% from 255 or 52.23% from 448); Max value from RGB is 234 - color contains mainly: blue. Hex color #CA0CEA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CA0CEA is #35F315. Grayscale: #5D5D5D. Windows color (decimal): -3535638 or 15338698. OLE color: 15338698.
HSL color Cylindrical-coordinate representation of color #CA0CEA: hue angle of 291.35º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CA0CEA is Cyan = 0.14, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 202 | 12 | 234 | - |
| CMYK | 0.14 | 0.95 | 0 | 0.08 |
| HSL | 291.35º | 0.9% | 0.48% | - |
| HSV(B) | 291.35º | 0.95% | 0.92% | - |
| XYZ | 39.34 | 18.76 | 79.39 | - |
| YUV | 94.12 | 206.95 | 204.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 12 | 234 | 0.14 | 0.95 | 0 | 0.08 | 291.35 | 0.9 | 0.48 |
| Hex | CA | C | EA | E | 5F | 0 | 8 | 123 | 5A | 30 |
| Octal | 312 | 14 | 352 | 16 | 137 | 0 | 10 | 443 | 132 | 60 |
| Binary | 11001010 | 1100 | 11101010 | 1110 | 1011111 | 0 | 1000 | 100100011 | 1011010 | 110000 |
Color Harmonies of #CA0CEA
Complementary color
Monochromatic Colors of #CA0CEA
Black with #CA0CEA
Text Example
Text Example
White with #CA0CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0CEA; }
p { color: rgb(202,12,234); }
H1.HeaderClassName
{
color: #CA0CEA;
}
.AnyTagClassName
{
color: #CA0CEA;
}
</style>
background-color css
<style>
a { background-color: #CA0CEA; }
a { background-color: rgb(202,12,234); }
div.DivClassName
{
background-color: #CA0CEA;
}
.BgClassName
{
background-color: #CA0CEA;
}
</style>
border-color css
<style>
span { border-color: #CA0CEA; }
span { border-color: rgb(202,12,234); }
td.TdClassName
{
border-color: #CA0CEA;
}
.TagClassName
{
border-color: #CA0CEA;
}
</style>