Shades of Electric Purple #CA00FE
Tints of Electric Purple #CA00FE
RGB
CMYK
RGB Variations
Color information
#CA00FE (or 0xCA00FE) is known color: Electric Purple. HEX triplet: CA, 00 and FE. RGB value is (202,0,254). Sum of RGB (Red+Green+Blue) = 202+0+254=456 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.30% from 456); Green value is 0 (0.39% from 255 or 0% from 456); Blue value is 254 (99.61% from 255 or 55.70% from 456); Max value from RGB is 254 - color contains mainly: blue. Hex color #CA00FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CA00FE is #35FF01. Grayscale: #585858. Windows color (decimal): -3538690 or 16646346. OLE color: 16646346.
HSL color Cylindrical-coordinate representation of color #CA00FE: hue angle of 287.72º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CA00FE is Cyan = 0.20, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 202 | 0 | 254 | - |
| CMYK | 0.20 | 1 | 0 | 0.00 |
| HSL | 287.72º | 1% | 0.5% | - |
| HSV(B) | 287.72º | 1% | 1% | - |
| XYZ | 42.25 | 19.71 | 95.34 | - |
| YUV | 89.35 | 220.92 | 208.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 0 | 254 | 0.20 | 1 | 0 | 0.00 | 287.72 | 1 | 0.5 |
| Hex | CA | 0 | FE | 14 | 64 | 0 | 0 | 120 | 64 | 32 |
| Octal | 312 | 0 | 376 | 24 | 144 | 0 | 0 | 440 | 144 | 62 |
| Binary | 11001010 | 0 | 11111110 | 10100 | 1100100 | 0 | 0 | 100100000 | 1100100 | 110010 |
Color Harmonies of #CA00FE
Complementary color
Monochromatic Colors of #CA00FE
Black with #CA00FE
Text Example
Text Example
White with #CA00FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA00FE; }
p { color: rgb(202,0,254); }
H1.HeaderClassName
{
color: #CA00FE;
}
.AnyTagClassName
{
color: #CA00FE;
}
</style>
background-color css
<style>
a { background-color: #CA00FE; }
a { background-color: rgb(202,0,254); }
div.DivClassName
{
background-color: #CA00FE;
}
.BgClassName
{
background-color: #CA00FE;
}
</style>
border-color css
<style>
span { border-color: #CA00FE; }
span { border-color: rgb(202,0,254); }
td.TdClassName
{
border-color: #CA00FE;
}
.TagClassName
{
border-color: #CA00FE;
}
</style>