Shades of Electric Purple #CA0DED
Tints of Electric Purple #CA0DED
RGB
CMYK
RGB Variations
Color information
#CA0DED (or 0xCA0DED) is known color: Electric Purple. HEX triplet: CA, 0D and ED. RGB value is (202,13,237). Sum of RGB (Red+Green+Blue) = 202+13+237=452 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.69% from 452); Green value is 13 (5.47% from 255 or 2.88% from 452); Blue value is 237 (92.97% from 255 or 52.43% from 452); Max value from RGB is 237 - color contains mainly: blue. Hex color #CA0DED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CA0DED is #35F212. Grayscale: #5E5E5E. Windows color (decimal): -3535379 or 15535562. OLE color: 15535562.
HSL color Cylindrical-coordinate representation of color #CA0DED: hue angle of 290.62º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CA0DED is Cyan = 0.15, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 13 | 237 | - |
| CMYK | 0.15 | 0.95 | 0 | 0.07 |
| HSL | 290.63º | 0.9% | 0.49% | - |
| HSV(B) | 290.63º | 0.95% | 0.93% | - |
| XYZ | 39.79 | 18.96 | 81.68 | - |
| YUV | 95.05 | 208.12 | 204.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 13 | 237 | 0.15 | 0.95 | 0 | 0.07 | 290.63 | 0.9 | 0.49 |
| Hex | CA | D | ED | F | 5F | 0 | 7 | 123 | 5A | 31 |
| Octal | 312 | 15 | 355 | 17 | 137 | 0 | 7 | 443 | 132 | 61 |
| Binary | 11001010 | 1101 | 11101101 | 1111 | 1011111 | 0 | 111 | 100100011 | 1011010 | 110001 |
Color Harmonies of #CA0DED
Complementary color
Monochromatic Colors of #CA0DED
Black with #CA0DED
Text Example
Text Example
White with #CA0DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0DED; }
p { color: rgb(202,13,237); }
H1.HeaderClassName
{
color: #CA0DED;
}
.AnyTagClassName
{
color: #CA0DED;
}
</style>
background-color css
<style>
a { background-color: #CA0DED; }
a { background-color: rgb(202,13,237); }
div.DivClassName
{
background-color: #CA0DED;
}
.BgClassName
{
background-color: #CA0DED;
}
</style>
border-color css
<style>
span { border-color: #CA0DED; }
span { border-color: rgb(202,13,237); }
td.TdClassName
{
border-color: #CA0DED;
}
.TagClassName
{
border-color: #CA0DED;
}
</style>