Shades of Electric Purple #CA05ED
Tints of Electric Purple #CA05ED
RGB
CMYK
RGB Variations
Color information
#CA05ED (or 0xCA05ED) is known color: Electric Purple. HEX triplet: CA, 05 and ED. RGB value is (202,5,237). Sum of RGB (Red+Green+Blue) = 202+5+237=444 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.50% from 444); Green value is 5 (2.34% from 255 or 1.13% from 444); Blue value is 237 (92.97% from 255 or 53.38% from 444); Max value from RGB is 237 - color contains mainly: blue. Hex color #CA05ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CA05ED is #35FA12. Grayscale: #595959. Windows color (decimal): -3537427 or 15533514. OLE color: 15533514.
HSL color Cylindrical-coordinate representation of color #CA05ED: hue angle of 290.95º degrees, saturation: 0.96, 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 #CA05ED is Cyan = 0.15, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 5 | 237 | - |
| CMYK | 0.15 | 0.98 | 0 | 0.07 |
| HSL | 290.95º | 0.96% | 0.47% | - |
| HSV(B) | 290.95º | 0.98% | 0.93% | - |
| XYZ | 39.7 | 18.78 | 81.65 | - |
| YUV | 90.35 | 210.77 | 207.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 5 | 237 | 0.15 | 0.98 | 0 | 0.07 | 290.95 | 0.96 | 0.47 |
| Hex | CA | 5 | ED | F | 62 | 0 | 7 | 123 | 60 | 2F |
| Octal | 312 | 5 | 355 | 17 | 142 | 0 | 7 | 443 | 140 | 57 |
| Binary | 11001010 | 101 | 11101101 | 1111 | 1100010 | 0 | 111 | 100100011 | 1100000 | 101111 |
Color Harmonies of #CA05ED
Complementary color
Monochromatic Colors of #CA05ED
Black with #CA05ED
Text Example
Text Example
White with #CA05ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA05ED; }
p { color: rgb(202,5,237); }
H1.HeaderClassName
{
color: #CA05ED;
}
.AnyTagClassName
{
color: #CA05ED;
}
</style>
background-color css
<style>
a { background-color: #CA05ED; }
a { background-color: rgb(202,5,237); }
div.DivClassName
{
background-color: #CA05ED;
}
.BgClassName
{
background-color: #CA05ED;
}
</style>
border-color css
<style>
span { border-color: #CA05ED; }
span { border-color: rgb(202,5,237); }
td.TdClassName
{
border-color: #CA05ED;
}
.TagClassName
{
border-color: #CA05ED;
}
</style>