Shades of Electric Purple #CA09ED
Tints of Electric Purple #CA09ED
RGB
CMYK
RGB Variations
Color information
#CA09ED (or 0xCA09ED) is known color: Electric Purple. HEX triplet: CA, 09 and ED. RGB value is (202,9,237). Sum of RGB (Red+Green+Blue) = 202+9+237=448 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.09% from 448); Green value is 9 (3.91% from 255 or 2.01% from 448); Blue value is 237 (92.97% from 255 or 52.90% from 448); Max value from RGB is 237 - color contains mainly: blue. Hex color #CA09ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CA09ED is #35F612. Grayscale: #5B5B5B. Windows color (decimal): -3536403 or 15534538. OLE color: 15534538.
HSL color Cylindrical-coordinate representation of color #CA09ED: hue angle of 290.79º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CA09ED is Cyan = 0.15, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 9 | 237 | - |
| CMYK | 0.15 | 0.96 | 0 | 0.07 |
| HSL | 290.79º | 0.93% | 0.48% | - |
| HSV(B) | 290.79º | 0.96% | 0.93% | - |
| XYZ | 39.74 | 18.87 | 81.67 | - |
| YUV | 92.7 | 209.44 | 205.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 9 | 237 | 0.15 | 0.96 | 0 | 0.07 | 290.79 | 0.93 | 0.48 |
| Hex | CA | 9 | ED | F | 60 | 0 | 7 | 123 | 5D | 30 |
| Octal | 312 | 11 | 355 | 17 | 140 | 0 | 7 | 443 | 135 | 60 |
| Binary | 11001010 | 1001 | 11101101 | 1111 | 1100000 | 0 | 111 | 100100011 | 1011101 | 110000 |
Color Harmonies of #CA09ED
Complementary color
Monochromatic Colors of #CA09ED
Black with #CA09ED
Text Example
Text Example
White with #CA09ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA09ED; }
p { color: rgb(202,9,237); }
H1.HeaderClassName
{
color: #CA09ED;
}
.AnyTagClassName
{
color: #CA09ED;
}
</style>
background-color css
<style>
a { background-color: #CA09ED; }
a { background-color: rgb(202,9,237); }
div.DivClassName
{
background-color: #CA09ED;
}
.BgClassName
{
background-color: #CA09ED;
}
</style>
border-color css
<style>
span { border-color: #CA09ED; }
span { border-color: rgb(202,9,237); }
td.TdClassName
{
border-color: #CA09ED;
}
.TagClassName
{
border-color: #CA09ED;
}
</style>