Shades of Electric Purple #CA04FE
Tints of Electric Purple #CA04FE
RGB
CMYK
RGB Variations
Color information
#CA04FE (or 0xCA04FE) is known color: Electric Purple. HEX triplet: CA, 04 and FE. RGB value is (202,4,254). Sum of RGB (Red+Green+Blue) = 202+4+254=460 (60% of max value = 765). Red value is 202 (79.30% from 255 or 43.91% from 460); Green value is 4 (1.95% from 255 or 0.87% from 460); Blue value is 254 (99.61% from 255 or 55.22% from 460); Max value from RGB is 254 - color contains mainly: blue. Hex color #CA04FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CA04FE is #35FB01. Grayscale: #5A5A5A. Windows color (decimal): -3537666 or 16647370. OLE color: 16647370.
HSL color Cylindrical-coordinate representation of color #CA04FE: hue angle of 287.52º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CA04FE is Cyan = 0.20, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 202 | 4 | 254 | - |
| CMYK | 0.20 | 0.98 | 0 | 0.00 |
| HSL | 287.52º | 0.99% | 0.51% | - |
| HSV(B) | 287.52º | 0.98% | 1% | - |
| XYZ | 42.29 | 19.8 | 95.36 | - |
| YUV | 91.7 | 219.6 | 206.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 4 | 254 | 0.20 | 0.98 | 0 | 0.00 | 287.52 | 0.99 | 0.51 |
| Hex | CA | 4 | FE | 14 | 62 | 0 | 0 | 120 | 63 | 33 |
| Octal | 312 | 4 | 376 | 24 | 142 | 0 | 0 | 440 | 143 | 63 |
| Binary | 11001010 | 100 | 11111110 | 10100 | 1100010 | 0 | 0 | 100100000 | 1100011 | 110011 |
Color Harmonies of #CA04FE
Complementary color
Monochromatic Colors of #CA04FE
Black with #CA04FE
Text Example
Text Example
White with #CA04FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA04FE; }
p { color: rgb(202,4,254); }
H1.HeaderClassName
{
color: #CA04FE;
}
.AnyTagClassName
{
color: #CA04FE;
}
</style>
background-color css
<style>
a { background-color: #CA04FE; }
a { background-color: rgb(202,4,254); }
div.DivClassName
{
background-color: #CA04FE;
}
.BgClassName
{
background-color: #CA04FE;
}
</style>
border-color css
<style>
span { border-color: #CA04FE; }
span { border-color: rgb(202,4,254); }
td.TdClassName
{
border-color: #CA04FE;
}
.TagClassName
{
border-color: #CA04FE;
}
</style>