Shades of Electric Purple #CA15E8
Tints of Electric Purple #CA15E8
RGB
CMYK
RGB Variations
Color information
#CA15E8 (or 0xCA15E8) is known color: Electric Purple. HEX triplet: CA, 15 and E8. RGB value is (202,21,232). Sum of RGB (Red+Green+Blue) = 202+21+232=455 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.40% from 455); Green value is 21 (8.59% from 255 or 4.62% from 455); Blue value is 232 (91.02% from 255 or 50.99% from 455); Max value from RGB is 232 - color contains mainly: blue. Hex color #CA15E8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CA15E8 is #35EA17. Grayscale: #626262. Windows color (decimal): -3533336 or 15209930. OLE color: 15209930.
HSL color Cylindrical-coordinate representation of color #CA15E8: hue angle of 291.47º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CA15E8 is Cyan = 0.13, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 202 | 21 | 232 | - |
| CMYK | 0.13 | 0.91 | 0 | 0.09 |
| HSL | 291.47º | 0.83% | 0.5% | - |
| HSV(B) | 291.47º | 0.91% | 0.91% | - |
| XYZ | 39.19 | 18.92 | 77.93 | - |
| YUV | 99.17 | 202.97 | 201.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 21 | 232 | 0.13 | 0.91 | 0 | 0.09 | 291.47 | 0.83 | 0.5 |
| Hex | CA | 15 | E8 | D | 5B | 0 | 9 | 123 | 53 | 32 |
| Octal | 312 | 25 | 350 | 15 | 133 | 0 | 11 | 443 | 123 | 62 |
| Binary | 11001010 | 10101 | 11101000 | 1101 | 1011011 | 0 | 1001 | 100100011 | 1010011 | 110010 |
Color Harmonies of #CA15E8
Complementary color
Monochromatic Colors of #CA15E8
Black with #CA15E8
Text Example
Text Example
White with #CA15E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA15E8; }
p { color: rgb(202,21,232); }
H1.HeaderClassName
{
color: #CA15E8;
}
.AnyTagClassName
{
color: #CA15E8;
}
</style>
background-color css
<style>
a { background-color: #CA15E8; }
a { background-color: rgb(202,21,232); }
div.DivClassName
{
background-color: #CA15E8;
}
.BgClassName
{
background-color: #CA15E8;
}
</style>
border-color css
<style>
span { border-color: #CA15E8; }
span { border-color: rgb(202,21,232); }
td.TdClassName
{
border-color: #CA15E8;
}
.TagClassName
{
border-color: #CA15E8;
}
</style>