Shades of Electric Purple #CA0EFE
Tints of Electric Purple #CA0EFE
RGB
CMYK
RGB Variations
Color information
#CA0EFE (or 0xCA0EFE) is known color: Electric Purple. HEX triplet: CA, 0E and FE. RGB value is (202,14,254). Sum of RGB (Red+Green+Blue) = 202+14+254=470 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.98% from 470); Green value is 14 (5.86% from 255 or 2.98% from 470); Blue value is 254 (99.61% from 255 or 54.04% from 470); Max value from RGB is 254 - color contains mainly: blue. Hex color #CA0EFE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CA0EFE is #35F101. Grayscale: #606060. Windows color (decimal): -3535106 or 16649930. OLE color: 16649930.
HSL color Cylindrical-coordinate representation of color #CA0EFE: hue angle of 287º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CA0EFE is Cyan = 0.20, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 202 | 14 | 254 | - |
| CMYK | 0.20 | 0.94 | 0 | 0.00 |
| HSL | 287º | 0.99% | 0.53% | - |
| HSV(B) | 287º | 0.94% | 1% | - |
| XYZ | 42.4 | 20.03 | 95.4 | - |
| YUV | 97.57 | 216.28 | 202.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 14 | 254 | 0.20 | 0.94 | 0 | 0.00 | 287 | 0.99 | 0.53 |
| Hex | CA | E | FE | 14 | 5E | 0 | 0 | 11F | 63 | 35 |
| Octal | 312 | 16 | 376 | 24 | 136 | 0 | 0 | 437 | 143 | 65 |
| Binary | 11001010 | 1110 | 11111110 | 10100 | 1011110 | 0 | 0 | 100011111 | 1100011 | 110101 |
Color Harmonies of #CA0EFE
Complementary color
Monochromatic Colors of #CA0EFE
Black with #CA0EFE
Text Example
Text Example
White with #CA0EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0EFE; }
p { color: rgb(202,14,254); }
H1.HeaderClassName
{
color: #CA0EFE;
}
.AnyTagClassName
{
color: #CA0EFE;
}
</style>
background-color css
<style>
a { background-color: #CA0EFE; }
a { background-color: rgb(202,14,254); }
div.DivClassName
{
background-color: #CA0EFE;
}
.BgClassName
{
background-color: #CA0EFE;
}
</style>
border-color css
<style>
span { border-color: #CA0EFE; }
span { border-color: rgb(202,14,254); }
td.TdClassName
{
border-color: #CA0EFE;
}
.TagClassName
{
border-color: #CA0EFE;
}
</style>