Shades of Electric Purple #C220E7
Tints of Electric Purple #C220E7
RGB
CMYK
RGB Variations
Color information
#C220E7 (or 0xC220E7) is known color: Electric Purple. HEX triplet: C2, 20 and E7. RGB value is (194,32,231). Sum of RGB (Red+Green+Blue) = 194+32+231=457 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.45% from 457); Green value is 32 (12.89% from 255 or 7.00% from 457); Blue value is 231 (90.62% from 255 or 50.55% from 457); Max value from RGB is 231 - color contains mainly: blue. Hex color #C220E7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C220E7 is #3DDF18. Grayscale: #666666. Windows color (decimal): -4054809 or 15147202. OLE color: 15147202.
HSL color Cylindrical-coordinate representation of color #C220E7: hue angle of 288.84º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C220E7 is Cyan = 0.16, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 194 | 32 | 231 | - |
| CMYK | 0.16 | 0.86 | 0 | 0.09 |
| HSL | 288.84º | 0.81% | 0.52% | - |
| HSV(B) | 288.84º | 0.86% | 0.91% | - |
| XYZ | 37.19 | 18.27 | 77.17 | - |
| YUV | 103.12 | 200.17 | 192.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 32 | 231 | 0.16 | 0.86 | 0 | 0.09 | 288.84 | 0.81 | 0.52 |
| Hex | C2 | 20 | E7 | 10 | 56 | 0 | 9 | 121 | 51 | 34 |
| Octal | 302 | 40 | 347 | 20 | 126 | 0 | 11 | 441 | 121 | 64 |
| Binary | 11000010 | 100000 | 11100111 | 10000 | 1010110 | 0 | 1001 | 100100001 | 1010001 | 110100 |
Color Harmonies of #C220E7
Complementary color
Monochromatic Colors of #C220E7
Black with #C220E7
Text Example
Text Example
White with #C220E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C220E7; }
p { color: rgb(194,32,231); }
H1.HeaderClassName
{
color: #C220E7;
}
.AnyTagClassName
{
color: #C220E7;
}
</style>
background-color css
<style>
a { background-color: #C220E7; }
a { background-color: rgb(194,32,231); }
div.DivClassName
{
background-color: #C220E7;
}
.BgClassName
{
background-color: #C220E7;
}
</style>
border-color css
<style>
span { border-color: #C220E7; }
span { border-color: rgb(194,32,231); }
td.TdClassName
{
border-color: #C220E7;
}
.TagClassName
{
border-color: #C220E7;
}
</style>