Shades of Electric Purple #CA04ED
Tints of Electric Purple #CA04ED
RGB
CMYK
RGB Variations
Color information
#CA04ED (or 0xCA04ED) is known color: Electric Purple. HEX triplet: CA, 04 and ED. RGB value is (202,4,237). Sum of RGB (Red+Green+Blue) = 202+4+237=443 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.60% from 443); Green value is 4 (1.95% from 255 or 0.90% from 443); Blue value is 237 (92.97% from 255 or 53.50% from 443); Max value from RGB is 237 - color contains mainly: blue. Hex color #CA04ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CA04ED is #35FB12. Grayscale: #595959. Windows color (decimal): -3537683 or 15533258. OLE color: 15533258.
HSL color Cylindrical-coordinate representation of color #CA04ED: hue angle of 290.99º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CA04ED is Cyan = 0.15, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 4 | 237 | - |
| CMYK | 0.15 | 0.98 | 0 | 0.07 |
| HSL | 290.99º | 0.97% | 0.47% | - |
| HSV(B) | 290.99º | 0.98% | 0.93% | - |
| XYZ | 39.69 | 18.76 | 81.65 | - |
| YUV | 89.76 | 211.1 | 208.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 4 | 237 | 0.15 | 0.98 | 0 | 0.07 | 290.99 | 0.97 | 0.47 |
| Hex | CA | 4 | ED | F | 62 | 0 | 7 | 123 | 61 | 2F |
| Octal | 312 | 4 | 355 | 17 | 142 | 0 | 7 | 443 | 141 | 57 |
| Binary | 11001010 | 100 | 11101101 | 1111 | 1100010 | 0 | 111 | 100100011 | 1100001 | 101111 |
Color Harmonies of #CA04ED
Complementary color
Monochromatic Colors of #CA04ED
Black with #CA04ED
Text Example
Text Example
White with #CA04ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA04ED; }
p { color: rgb(202,4,237); }
H1.HeaderClassName
{
color: #CA04ED;
}
.AnyTagClassName
{
color: #CA04ED;
}
</style>
background-color css
<style>
a { background-color: #CA04ED; }
a { background-color: rgb(202,4,237); }
div.DivClassName
{
background-color: #CA04ED;
}
.BgClassName
{
background-color: #CA04ED;
}
</style>
border-color css
<style>
span { border-color: #CA04ED; }
span { border-color: rgb(202,4,237); }
td.TdClassName
{
border-color: #CA04ED;
}
.TagClassName
{
border-color: #CA04ED;
}
</style>