Shades of Electric Purple #C20DEE
Tints of Electric Purple #C20DEE
RGB
CMYK
RGB Variations
Color information
#C20DEE (or 0xC20DEE) is known color: Electric Purple. HEX triplet: C2, 0D and EE. RGB value is (194,13,238). Sum of RGB (Red+Green+Blue) = 194+13+238=445 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.60% from 445); Green value is 13 (5.47% from 255 or 2.92% from 445); Blue value is 238 (93.36% from 255 or 53.48% from 445); Max value from RGB is 238 - color contains mainly: blue. Hex color #C20DEE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C20DEE is #3DF211. Grayscale: #5C5C5C. Windows color (decimal): -4059666 or 15601090. OLE color: 15601090.
HSL color Cylindrical-coordinate representation of color #C20DEE: hue angle of 288.27º 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 #C20DEE is Cyan = 0.18, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 13 | 238 | - |
| CMYK | 0.18 | 0.95 | 0 | 0.07 |
| HSL | 288.27º | 0.9% | 0.49% | - |
| HSV(B) | 288.27º | 0.95% | 0.93% | - |
| XYZ | 37.82 | 17.93 | 82.36 | - |
| YUV | 92.77 | 209.97 | 200.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 13 | 238 | 0.18 | 0.95 | 0 | 0.07 | 288.27 | 0.9 | 0.49 |
| Hex | C2 | D | EE | 12 | 5F | 0 | 7 | 120 | 5A | 31 |
| Octal | 302 | 15 | 356 | 22 | 137 | 0 | 7 | 440 | 132 | 61 |
| Binary | 11000010 | 1101 | 11101110 | 10010 | 1011111 | 0 | 111 | 100100000 | 1011010 | 110001 |
Color Harmonies of #C20DEE
Complementary color
Monochromatic Colors of #C20DEE
Black with #C20DEE
Text Example
Text Example
White with #C20DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20DEE; }
p { color: rgb(194,13,238); }
H1.HeaderClassName
{
color: #C20DEE;
}
.AnyTagClassName
{
color: #C20DEE;
}
</style>
background-color css
<style>
a { background-color: #C20DEE; }
a { background-color: rgb(194,13,238); }
div.DivClassName
{
background-color: #C20DEE;
}
.BgClassName
{
background-color: #C20DEE;
}
</style>
border-color css
<style>
span { border-color: #C20DEE; }
span { border-color: rgb(194,13,238); }
td.TdClassName
{
border-color: #C20DEE;
}
.TagClassName
{
border-color: #C20DEE;
}
</style>