Shades of Electric Purple #C20DED
Tints of Electric Purple #C20DED
RGB
CMYK
RGB Variations
Color information
#C20DED (or 0xC20DED) is known color: Electric Purple. HEX triplet: C2, 0D and ED. RGB value is (194,13,237). Sum of RGB (Red+Green+Blue) = 194+13+237=444 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.69% from 444); Green value is 13 (5.47% from 255 or 2.93% 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 #C20DED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C20DED is #3DF212. Grayscale: #5B5B5B. Windows color (decimal): -4059667 or 15535554. OLE color: 15535554.
HSL color Cylindrical-coordinate representation of color #C20DED: hue angle of 288.48º 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 #C20DED is Cyan = 0.18, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 13 | 237 | - |
| CMYK | 0.18 | 0.95 | 0 | 0.07 |
| HSL | 288.48º | 0.9% | 0.49% | - |
| HSV(B) | 288.48º | 0.95% | 0.93% | - |
| XYZ | 37.68 | 17.87 | 81.58 | - |
| YUV | 92.66 | 209.47 | 200.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 13 | 237 | 0.18 | 0.95 | 0 | 0.07 | 288.48 | 0.9 | 0.49 |
| Hex | C2 | D | ED | 12 | 5F | 0 | 7 | 120 | 5A | 31 |
| Octal | 302 | 15 | 355 | 22 | 137 | 0 | 7 | 440 | 132 | 61 |
| Binary | 11000010 | 1101 | 11101101 | 10010 | 1011111 | 0 | 111 | 100100000 | 1011010 | 110001 |
Color Harmonies of #C20DED
Complementary color
Monochromatic Colors of #C20DED
Black with #C20DED
Text Example
Text Example
White with #C20DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20DED; }
p { color: rgb(194,13,237); }
H1.HeaderClassName
{
color: #C20DED;
}
.AnyTagClassName
{
color: #C20DED;
}
</style>
background-color css
<style>
a { background-color: #C20DED; }
a { background-color: rgb(194,13,237); }
div.DivClassName
{
background-color: #C20DED;
}
.BgClassName
{
background-color: #C20DED;
}
</style>
border-color css
<style>
span { border-color: #C20DED; }
span { border-color: rgb(194,13,237); }
td.TdClassName
{
border-color: #C20DED;
}
.TagClassName
{
border-color: #C20DED;
}
</style>