Shades of Electric Purple #CA04FF
Tints of Electric Purple #CA04FF
RGB
CMYK
RGB Variations
Color information
#CA04FF (or 0xCA04FF) is known color: Electric Purple. HEX triplet: CA, 04 and FF. RGB value is (202,4,255). Sum of RGB (Red+Green+Blue) = 202+4+255=461 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.82% from 461); Green value is 4 (1.95% from 255 or 0.87% from 461); Blue value is 255 (100% from 255 or 55.31% from 461); Max value from RGB is 255 - color contains mainly: blue. Hex color #CA04FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CA04FF is #35FB00. Grayscale: #5B5B5B. Windows color (decimal): -3537665 or 16712906. OLE color: 16712906.
HSL color Cylindrical-coordinate representation of color #CA04FF: hue angle of 287.33º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CA04FF is Cyan = 0.21, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 202 | 4 | 255 | - |
| CMYK | 0.21 | 0.98 | 0 | 0 |
| HSL | 287.33º | 1% | 0.51% | - |
| HSV(B) | 287.33º | 0.98% | 1% | - |
| XYZ | 42.45 | 19.86 | 96.2 | - |
| YUV | 91.82 | 220.1 | 206.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 4 | 255 | 0.21 | 0.98 | 0 | 0 | 287.33 | 1 | 0.51 |
| Hex | CA | 4 | FF | 15 | 62 | 0 | 0 | 11F | 64 | 33 |
| Octal | 312 | 4 | 377 | 25 | 142 | 0 | 0 | 437 | 144 | 63 |
| Binary | 11001010 | 100 | 11111111 | 10101 | 1100010 | 0 | 0 | 100011111 | 1100100 | 110011 |
Color Harmonies of #CA04FF
Complementary color
Monochromatic Colors of #CA04FF
Black with #CA04FF
Text Example
Text Example
White with #CA04FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA04FF; }
p { color: rgb(202,4,255); }
H1.HeaderClassName
{
color: #CA04FF;
}
.AnyTagClassName
{
color: #CA04FF;
}
</style>
background-color css
<style>
a { background-color: #CA04FF; }
a { background-color: rgb(202,4,255); }
div.DivClassName
{
background-color: #CA04FF;
}
.BgClassName
{
background-color: #CA04FF;
}
</style>
border-color css
<style>
span { border-color: #CA04FF; }
span { border-color: rgb(202,4,255); }
td.TdClassName
{
border-color: #CA04FF;
}
.TagClassName
{
border-color: #CA04FF;
}
</style>