Shades of Electric Purple #C221EC
Tints of Electric Purple #C221EC
RGB
CMYK
RGB Variations
Color information
#C221EC (or 0xC221EC) is known color: Electric Purple. HEX triplet: C2, 21 and EC. RGB value is (194,33,236). Sum of RGB (Red+Green+Blue) = 194+33+236=463 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.90% from 463); Green value is 33 (13.28% from 255 or 7.13% from 463); Blue value is 236 (92.58% from 255 or 50.97% from 463); Max value from RGB is 236 - color contains mainly: blue. Hex color #C221EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C221EC is #3DDE13. Grayscale: #676767. Windows color (decimal): -4054548 or 15475138. OLE color: 15475138.
HSL color Cylindrical-coordinate representation of color #C221EC: hue angle of 287.59º degrees, saturation: 0.84, 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 #C221EC is Cyan = 0.18, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 33 | 236 | - |
| CMYK | 0.18 | 0.86 | 0 | 0.07 |
| HSL | 287.59º | 0.84% | 0.53% | - |
| HSV(B) | 287.59º | 0.86% | 0.93% | - |
| XYZ | 37.93 | 18.61 | 80.95 | - |
| YUV | 104.28 | 202.34 | 191.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 33 | 236 | 0.18 | 0.86 | 0 | 0.07 | 287.59 | 0.84 | 0.53 |
| Hex | C2 | 21 | EC | 12 | 56 | 0 | 7 | 120 | 54 | 35 |
| Octal | 302 | 41 | 354 | 22 | 126 | 0 | 7 | 440 | 124 | 65 |
| Binary | 11000010 | 100001 | 11101100 | 10010 | 1010110 | 0 | 111 | 100100000 | 1010100 | 110101 |
Color Harmonies of #C221EC
Complementary color
Monochromatic Colors of #C221EC
Black with #C221EC
Text Example
Text Example
White with #C221EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C221EC; }
p { color: rgb(194,33,236); }
H1.HeaderClassName
{
color: #C221EC;
}
.AnyTagClassName
{
color: #C221EC;
}
</style>
background-color css
<style>
a { background-color: #C221EC; }
a { background-color: rgb(194,33,236); }
div.DivClassName
{
background-color: #C221EC;
}
.BgClassName
{
background-color: #C221EC;
}
</style>
border-color css
<style>
span { border-color: #C221EC; }
span { border-color: rgb(194,33,236); }
td.TdClassName
{
border-color: #C221EC;
}
.TagClassName
{
border-color: #C221EC;
}
</style>