Shades of Electric Purple #CA07ED
Tints of Electric Purple #CA07ED
RGB
CMYK
RGB Variations
Color information
#CA07ED (or 0xCA07ED) is known color: Electric Purple. HEX triplet: CA, 07 and ED. RGB value is (202,7,237). Sum of RGB (Red+Green+Blue) = 202+7+237=446 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.29% from 446); Green value is 7 (3.12% from 255 or 1.57% from 446); Blue value is 237 (92.97% from 255 or 53.14% from 446); Max value from RGB is 237 - color contains mainly: blue. Hex color #CA07ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CA07ED is #35F812. Grayscale: #5A5A5A. Windows color (decimal): -3536915 or 15534026. OLE color: 15534026.
HSL color Cylindrical-coordinate representation of color #CA07ED: hue angle of 290.87º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CA07ED is Cyan = 0.15, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 7 | 237 | - |
| CMYK | 0.15 | 0.97 | 0 | 0.07 |
| HSL | 290.87º | 0.94% | 0.48% | - |
| HSV(B) | 290.87º | 0.97% | 0.93% | - |
| XYZ | 39.72 | 18.82 | 81.66 | - |
| YUV | 91.53 | 210.1 | 206.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 7 | 237 | 0.15 | 0.97 | 0 | 0.07 | 290.87 | 0.94 | 0.48 |
| Hex | CA | 7 | ED | F | 61 | 0 | 7 | 123 | 5E | 30 |
| Octal | 312 | 7 | 355 | 17 | 141 | 0 | 7 | 443 | 136 | 60 |
| Binary | 11001010 | 111 | 11101101 | 1111 | 1100001 | 0 | 111 | 100100011 | 1011110 | 110000 |
Color Harmonies of #CA07ED
Complementary color
Monochromatic Colors of #CA07ED
Black with #CA07ED
Text Example
Text Example
White with #CA07ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA07ED; }
p { color: rgb(202,7,237); }
H1.HeaderClassName
{
color: #CA07ED;
}
.AnyTagClassName
{
color: #CA07ED;
}
</style>
background-color css
<style>
a { background-color: #CA07ED; }
a { background-color: rgb(202,7,237); }
div.DivClassName
{
background-color: #CA07ED;
}
.BgClassName
{
background-color: #CA07ED;
}
</style>
border-color css
<style>
span { border-color: #CA07ED; }
span { border-color: rgb(202,7,237); }
td.TdClassName
{
border-color: #CA07ED;
}
.TagClassName
{
border-color: #CA07ED;
}
</style>