Shades of Electric Purple #C220EE
Tints of Electric Purple #C220EE
RGB
CMYK
RGB Variations
Color information
#C220EE (or 0xC220EE) is known color: Electric Purple. HEX triplet: C2, 20 and EE. RGB value is (194,32,238). Sum of RGB (Red+Green+Blue) = 194+32+238=464 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.81% from 464); Green value is 32 (12.89% from 255 or 6.90% from 464); Blue value is 238 (93.36% from 255 or 51.29% from 464); Max value from RGB is 238 - color contains mainly: blue. Hex color #C220EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C220EE is #3DDF11. Grayscale: #676767. Windows color (decimal): -4054802 or 15605954. OLE color: 15605954.
HSL color Cylindrical-coordinate representation of color #C220EE: hue angle of 287.18º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C220EE is Cyan = 0.18, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 32 | 238 | - |
| CMYK | 0.18 | 0.87 | 0 | 0.07 |
| HSL | 287.18º | 0.86% | 0.53% | - |
| HSV(B) | 287.18º | 0.87% | 0.93% | - |
| XYZ | 38.2 | 18.68 | 82.48 | - |
| YUV | 103.92 | 203.67 | 192.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 32 | 238 | 0.18 | 0.87 | 0 | 0.07 | 287.18 | 0.86 | 0.53 |
| Hex | C2 | 20 | EE | 12 | 57 | 0 | 7 | 11F | 56 | 35 |
| Octal | 302 | 40 | 356 | 22 | 127 | 0 | 7 | 437 | 126 | 65 |
| Binary | 11000010 | 100000 | 11101110 | 10010 | 1010111 | 0 | 111 | 100011111 | 1010110 | 110101 |
Color Harmonies of #C220EE
Complementary color
Monochromatic Colors of #C220EE
Black with #C220EE
Text Example
Text Example
White with #C220EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C220EE; }
p { color: rgb(194,32,238); }
H1.HeaderClassName
{
color: #C220EE;
}
.AnyTagClassName
{
color: #C220EE;
}
</style>
background-color css
<style>
a { background-color: #C220EE; }
a { background-color: rgb(194,32,238); }
div.DivClassName
{
background-color: #C220EE;
}
.BgClassName
{
background-color: #C220EE;
}
</style>
border-color css
<style>
span { border-color: #C220EE; }
span { border-color: rgb(194,32,238); }
td.TdClassName
{
border-color: #C220EE;
}
.TagClassName
{
border-color: #C220EE;
}
</style>