Shades of Electric Purple #CA05FE
Tints of Electric Purple #CA05FE
RGB
CMYK
RGB Variations
Color information
#CA05FE (or 0xCA05FE) is known color: Electric Purple. HEX triplet: CA, 05 and FE. RGB value is (202,5,254). Sum of RGB (Red+Green+Blue) = 202+5+254=461 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.82% from 461); Green value is 5 (2.34% from 255 or 1.08% from 461); Blue value is 254 (99.61% from 255 or 55.10% from 461); Max value from RGB is 254 - color contains mainly: blue. Hex color #CA05FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CA05FE is #35FA01. Grayscale: #5B5B5B. Windows color (decimal): -3537410 or 16647626. OLE color: 16647626.
HSL color Cylindrical-coordinate representation of color #CA05FE: hue angle of 287.47º 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 #CA05FE is Cyan = 0.20, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 202 | 5 | 254 | - |
| CMYK | 0.20 | 0.98 | 0 | 0.00 |
| HSL | 287.47º | 0.99% | 0.51% | - |
| HSV(B) | 287.47º | 0.98% | 1% | - |
| XYZ | 42.3 | 19.82 | 95.36 | - |
| YUV | 92.29 | 219.27 | 206.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 5 | 254 | 0.20 | 0.98 | 0 | 0.00 | 287.47 | 0.99 | 0.51 |
| Hex | CA | 5 | FE | 14 | 62 | 0 | 0 | 11F | 63 | 33 |
| Octal | 312 | 5 | 376 | 24 | 142 | 0 | 0 | 437 | 143 | 63 |
| Binary | 11001010 | 101 | 11111110 | 10100 | 1100010 | 0 | 0 | 100011111 | 1100011 | 110011 |
Color Harmonies of #CA05FE
Complementary color
Monochromatic Colors of #CA05FE
Black with #CA05FE
Text Example
Text Example
White with #CA05FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA05FE; }
p { color: rgb(202,5,254); }
H1.HeaderClassName
{
color: #CA05FE;
}
.AnyTagClassName
{
color: #CA05FE;
}
</style>
background-color css
<style>
a { background-color: #CA05FE; }
a { background-color: rgb(202,5,254); }
div.DivClassName
{
background-color: #CA05FE;
}
.BgClassName
{
background-color: #CA05FE;
}
</style>
border-color css
<style>
span { border-color: #CA05FE; }
span { border-color: rgb(202,5,254); }
td.TdClassName
{
border-color: #CA05FE;
}
.TagClassName
{
border-color: #CA05FE;
}
</style>