Shades of Electric Purple #CA04FA
Tints of Electric Purple #CA04FA
RGB
CMYK
RGB Variations
Color information
#CA04FA (or 0xCA04FA) is known color: Electric Purple. HEX triplet: CA, 04 and FA. RGB value is (202,4,250). Sum of RGB (Red+Green+Blue) = 202+4+250=456 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.30% from 456); Green value is 4 (1.95% from 255 or 0.88% from 456); Blue value is 250 (98.05% from 255 or 54.82% from 456); Max value from RGB is 250 - color contains mainly: blue. Hex color #CA04FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CA04FA is #35FB05. Grayscale: #5A5A5A. Windows color (decimal): -3537670 or 16385226. OLE color: 16385226.
HSL color Cylindrical-coordinate representation of color #CA04FA: hue angle of 288.29º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CA04FA is Cyan = 0.19, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 4 | 250 | - |
| CMYK | 0.19 | 0.98 | 0 | 0.02 |
| HSL | 288.29º | 0.97% | 0.5% | - |
| HSV(B) | 288.29º | 0.98% | 0.98% | - |
| XYZ | 41.66 | 19.55 | 92.02 | - |
| YUV | 91.25 | 217.6 | 207 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 4 | 250 | 0.19 | 0.98 | 0 | 0.02 | 288.29 | 0.97 | 0.5 |
| Hex | CA | 4 | FA | 13 | 62 | 0 | 2 | 120 | 61 | 32 |
| Octal | 312 | 4 | 372 | 23 | 142 | 0 | 2 | 440 | 141 | 62 |
| Binary | 11001010 | 100 | 11111010 | 10011 | 1100010 | 0 | 10 | 100100000 | 1100001 | 110010 |
Color Harmonies of #CA04FA
Complementary color
Monochromatic Colors of #CA04FA
Black with #CA04FA
Text Example
Text Example
White with #CA04FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA04FA; }
p { color: rgb(202,4,250); }
H1.HeaderClassName
{
color: #CA04FA;
}
.AnyTagClassName
{
color: #CA04FA;
}
</style>
background-color css
<style>
a { background-color: #CA04FA; }
a { background-color: rgb(202,4,250); }
div.DivClassName
{
background-color: #CA04FA;
}
.BgClassName
{
background-color: #CA04FA;
}
</style>
border-color css
<style>
span { border-color: #CA04FA; }
span { border-color: rgb(202,4,250); }
td.TdClassName
{
border-color: #CA04FA;
}
.TagClassName
{
border-color: #CA04FA;
}
</style>