Shades of Electric Purple #CA0EF8
Tints of Electric Purple #CA0EF8
RGB
CMYK
RGB Variations
Color information
#CA0EF8 (or 0xCA0EF8) is known color: Electric Purple. HEX triplet: CA, 0E and F8. RGB value is (202,14,248). Sum of RGB (Red+Green+Blue) = 202+14+248=464 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.53% from 464); Green value is 14 (5.86% from 255 or 3.02% from 464); Blue value is 248 (97.27% from 255 or 53.45% from 464); Max value from RGB is 248 - color contains mainly: blue. Hex color #CA0EF8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CA0EF8 is #35F107. Grayscale: #606060. Windows color (decimal): -3535112 or 16256714. OLE color: 16256714.
HSL color Cylindrical-coordinate representation of color #CA0EF8: hue angle of 288.21º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CA0EF8 is Cyan = 0.19, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 202 | 14 | 248 | - |
| CMYK | 0.19 | 0.94 | 0 | 0.03 |
| HSL | 288.21º | 0.94% | 0.51% | - |
| HSV(B) | 288.21º | 0.94% | 0.97% | - |
| XYZ | 41.46 | 19.65 | 90.41 | - |
| YUV | 96.89 | 213.28 | 202.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 14 | 248 | 0.19 | 0.94 | 0 | 0.03 | 288.21 | 0.94 | 0.51 |
| Hex | CA | E | F8 | 13 | 5E | 0 | 3 | 120 | 5E | 33 |
| Octal | 312 | 16 | 370 | 23 | 136 | 0 | 3 | 440 | 136 | 63 |
| Binary | 11001010 | 1110 | 11111000 | 10011 | 1011110 | 0 | 11 | 100100000 | 1011110 | 110011 |
Color Harmonies of #CA0EF8
Complementary color
Monochromatic Colors of #CA0EF8
Black with #CA0EF8
Text Example
Text Example
White with #CA0EF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0EF8; }
p { color: rgb(202,14,248); }
H1.HeaderClassName
{
color: #CA0EF8;
}
.AnyTagClassName
{
color: #CA0EF8;
}
</style>
background-color css
<style>
a { background-color: #CA0EF8; }
a { background-color: rgb(202,14,248); }
div.DivClassName
{
background-color: #CA0EF8;
}
.BgClassName
{
background-color: #CA0EF8;
}
</style>
border-color css
<style>
span { border-color: #CA0EF8; }
span { border-color: rgb(202,14,248); }
td.TdClassName
{
border-color: #CA0EF8;
}
.TagClassName
{
border-color: #CA0EF8;
}
</style>