Shades of Electric Purple #CA0CEC
Tints of Electric Purple #CA0CEC
RGB
CMYK
RGB Variations
Color information
#CA0CEC (or 0xCA0CEC) is known color: Electric Purple. HEX triplet: CA, 0C and EC. RGB value is (202,12,236). Sum of RGB (Red+Green+Blue) = 202+12+236=450 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.89% from 450); Green value is 12 (5.08% from 255 or 2.67% from 450); Blue value is 236 (92.58% from 255 or 52.44% from 450); Max value from RGB is 236 - color contains mainly: blue. Hex color #CA0CEC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CA0CEC is #35F313. Grayscale: #5D5D5D. Windows color (decimal): -3535636 or 15469770. OLE color: 15469770.
HSL color Cylindrical-coordinate representation of color #CA0CEC: hue angle of 290.89º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CA0CEC is Cyan = 0.14, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 12 | 236 | - |
| CMYK | 0.14 | 0.95 | 0 | 0.07 |
| HSL | 290.89º | 0.9% | 0.49% | - |
| HSV(B) | 290.89º | 0.95% | 0.93% | - |
| XYZ | 39.63 | 18.88 | 80.91 | - |
| YUV | 94.35 | 207.95 | 204.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 12 | 236 | 0.14 | 0.95 | 0 | 0.07 | 290.89 | 0.9 | 0.49 |
| Hex | CA | C | EC | E | 5F | 0 | 7 | 123 | 5A | 31 |
| Octal | 312 | 14 | 354 | 16 | 137 | 0 | 7 | 443 | 132 | 61 |
| Binary | 11001010 | 1100 | 11101100 | 1110 | 1011111 | 0 | 111 | 100100011 | 1011010 | 110001 |
Color Harmonies of #CA0CEC
Complementary color
Monochromatic Colors of #CA0CEC
Black with #CA0CEC
Text Example
Text Example
White with #CA0CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0CEC; }
p { color: rgb(202,12,236); }
H1.HeaderClassName
{
color: #CA0CEC;
}
.AnyTagClassName
{
color: #CA0CEC;
}
</style>
background-color css
<style>
a { background-color: #CA0CEC; }
a { background-color: rgb(202,12,236); }
div.DivClassName
{
background-color: #CA0CEC;
}
.BgClassName
{
background-color: #CA0CEC;
}
</style>
border-color css
<style>
span { border-color: #CA0CEC; }
span { border-color: rgb(202,12,236); }
td.TdClassName
{
border-color: #CA0CEC;
}
.TagClassName
{
border-color: #CA0CEC;
}
</style>