Shades of Electric Purple #CA0EF0
Tints of Electric Purple #CA0EF0
RGB
CMYK
RGB Variations
Color information
#CA0EF0 (or 0xCA0EF0) is known color: Electric Purple. HEX triplet: CA, 0E and F0. RGB value is (202,14,240). Sum of RGB (Red+Green+Blue) = 202+14+240=456 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.30% from 456); Green value is 14 (5.86% from 255 or 3.07% from 456); Blue value is 240 (94.14% from 255 or 52.63% from 456); Max value from RGB is 240 - color contains mainly: blue. Hex color #CA0EF0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CA0EF0 is #35F10F. Grayscale: #5F5F5F. Windows color (decimal): -3535120 or 15732426. OLE color: 15732426.
HSL color Cylindrical-coordinate representation of color #CA0EF0: hue angle of 289.91º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CA0EF0 is Cyan = 0.16, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 202 | 14 | 240 | - |
| CMYK | 0.16 | 0.94 | 0 | 0.06 |
| HSL | 289.91º | 0.89% | 0.5% | - |
| HSV(B) | 289.91º | 0.94% | 0.94% | - |
| XYZ | 40.24 | 19.16 | 84.02 | - |
| YUV | 95.98 | 209.28 | 203.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 14 | 240 | 0.16 | 0.94 | 0 | 0.06 | 289.91 | 0.89 | 0.5 |
| Hex | CA | E | F0 | 10 | 5E | 0 | 6 | 122 | 59 | 32 |
| Octal | 312 | 16 | 360 | 20 | 136 | 0 | 6 | 442 | 131 | 62 |
| Binary | 11001010 | 1110 | 11110000 | 10000 | 1011110 | 0 | 110 | 100100010 | 1011001 | 110010 |
Color Harmonies of #CA0EF0
Complementary color
Monochromatic Colors of #CA0EF0
Black with #CA0EF0
Text Example
Text Example
White with #CA0EF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0EF0; }
p { color: rgb(202,14,240); }
H1.HeaderClassName
{
color: #CA0EF0;
}
.AnyTagClassName
{
color: #CA0EF0;
}
</style>
background-color css
<style>
a { background-color: #CA0EF0; }
a { background-color: rgb(202,14,240); }
div.DivClassName
{
background-color: #CA0EF0;
}
.BgClassName
{
background-color: #CA0EF0;
}
</style>
border-color css
<style>
span { border-color: #CA0EF0; }
span { border-color: rgb(202,14,240); }
td.TdClassName
{
border-color: #CA0EF0;
}
.TagClassName
{
border-color: #CA0EF0;
}
</style>