Shades of Electric Purple #CA00ED
Tints of Electric Purple #CA00ED
RGB
CMYK
RGB Variations
Color information
#CA00ED (or 0xCA00ED) is known color: Electric Purple. HEX triplet: CA, 00 and ED. RGB value is (202,0,237). Sum of RGB (Red+Green+Blue) = 202+0+237=439 (58% of max value = 765). Red value is 202 (79.30% from 255 or 46.01% from 439); Green value is 0 (0.39% from 255 or 0% from 439); Blue value is 237 (92.97% from 255 or 53.99% from 439); Max value from RGB is 237 - color contains mainly: blue. Hex color #CA00ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CA00ED is #35FF12. Grayscale: #565656. Windows color (decimal): -3538707 or 15532234. OLE color: 15532234.
HSL color Cylindrical-coordinate representation of color #CA00ED: hue angle of 291.14º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CA00ED is Cyan = 0.15, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 0 | 237 | - |
| CMYK | 0.15 | 1 | 0 | 0.07 |
| HSL | 291.14º | 1% | 0.46% | - |
| HSV(B) | 291.14º | 1% | 0.93% | - |
| XYZ | 39.64 | 18.67 | 81.64 | - |
| YUV | 87.42 | 212.42 | 209.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 0 | 237 | 0.15 | 1 | 0 | 0.07 | 291.14 | 1 | 0.46 |
| Hex | CA | 0 | ED | F | 64 | 0 | 7 | 123 | 64 | 2E |
| Octal | 312 | 0 | 355 | 17 | 144 | 0 | 7 | 443 | 144 | 56 |
| Binary | 11001010 | 0 | 11101101 | 1111 | 1100100 | 0 | 111 | 100100011 | 1100100 | 101110 |
Color Harmonies of #CA00ED
Complementary color
Monochromatic Colors of #CA00ED
Black with #CA00ED
Text Example
Text Example
White with #CA00ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA00ED; }
p { color: rgb(202,0,237); }
H1.HeaderClassName
{
color: #CA00ED;
}
.AnyTagClassName
{
color: #CA00ED;
}
</style>
background-color css
<style>
a { background-color: #CA00ED; }
a { background-color: rgb(202,0,237); }
div.DivClassName
{
background-color: #CA00ED;
}
.BgClassName
{
background-color: #CA00ED;
}
</style>
border-color css
<style>
span { border-color: #CA00ED; }
span { border-color: rgb(202,0,237); }
td.TdClassName
{
border-color: #CA00ED;
}
.TagClassName
{
border-color: #CA00ED;
}
</style>