Shades of Electric Purple #C220ED
Tints of Electric Purple #C220ED
RGB
CMYK
RGB Variations
Color information
#C220ED (or 0xC220ED) is known color: Electric Purple. HEX triplet: C2, 20 and ED. RGB value is (194,32,237). Sum of RGB (Red+Green+Blue) = 194+32+237=463 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.90% from 463); Green value is 32 (12.89% from 255 or 6.91% from 463); Blue value is 237 (92.97% from 255 or 51.19% from 463); Max value from RGB is 237 - color contains mainly: blue. Hex color #C220ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C220ED is #3DDF12. Grayscale: #676767. Windows color (decimal): -4054803 or 15540418. OLE color: 15540418.
HSL color Cylindrical-coordinate representation of color #C220ED: hue angle of 287.41º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C220ED is Cyan = 0.18, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 32 | 237 | - |
| CMYK | 0.18 | 0.86 | 0 | 0.07 |
| HSL | 287.41º | 0.85% | 0.53% | - |
| HSV(B) | 287.41º | 0.86% | 0.93% | - |
| XYZ | 38.05 | 18.62 | 81.71 | - |
| YUV | 103.81 | 203.17 | 192.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 32 | 237 | 0.18 | 0.86 | 0 | 0.07 | 287.41 | 0.85 | 0.53 |
| Hex | C2 | 20 | ED | 12 | 56 | 0 | 7 | 11F | 55 | 35 |
| Octal | 302 | 40 | 355 | 22 | 126 | 0 | 7 | 437 | 125 | 65 |
| Binary | 11000010 | 100000 | 11101101 | 10010 | 1010110 | 0 | 111 | 100011111 | 1010101 | 110101 |
Color Harmonies of #C220ED
Complementary color
Monochromatic Colors of #C220ED
Black with #C220ED
Text Example
Text Example
White with #C220ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C220ED; }
p { color: rgb(194,32,237); }
H1.HeaderClassName
{
color: #C220ED;
}
.AnyTagClassName
{
color: #C220ED;
}
</style>
background-color css
<style>
a { background-color: #C220ED; }
a { background-color: rgb(194,32,237); }
div.DivClassName
{
background-color: #C220ED;
}
.BgClassName
{
background-color: #C220ED;
}
</style>
border-color css
<style>
span { border-color: #C220ED; }
span { border-color: rgb(194,32,237); }
td.TdClassName
{
border-color: #C220ED;
}
.TagClassName
{
border-color: #C220ED;
}
</style>