Shades of Electric Purple #C217EC
Tints of Electric Purple #C217EC
RGB
CMYK
RGB Variations
Color information
#C217EC (or 0xC217EC) is known color: Electric Purple. HEX triplet: C2, 17 and EC. RGB value is (194,23,236). Sum of RGB (Red+Green+Blue) = 194+23+236=453 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.83% from 453); Green value is 23 (9.38% from 255 or 5.08% from 453); Blue value is 236 (92.58% from 255 or 52.10% from 453); Max value from RGB is 236 - color contains mainly: blue. Hex color #C217EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C217EC is #3DE813. Grayscale: #616161. Windows color (decimal): -4057108 or 15472578. OLE color: 15472578.
HSL color Cylindrical-coordinate representation of color #C217EC: hue angle of 288.17º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C217EC is Cyan = 0.18, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 23 | 236 | - |
| CMYK | 0.18 | 0.90 | 0 | 0.07 |
| HSL | 288.17º | 0.85% | 0.51% | - |
| HSV(B) | 288.17º | 0.9% | 0.93% | - |
| XYZ | 37.69 | 18.14 | 80.87 | - |
| YUV | 98.41 | 205.65 | 196.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 23 | 236 | 0.18 | 0.90 | 0 | 0.07 | 288.17 | 0.85 | 0.51 |
| Hex | C2 | 17 | EC | 12 | 5A | 0 | 7 | 120 | 55 | 33 |
| Octal | 302 | 27 | 354 | 22 | 132 | 0 | 7 | 440 | 125 | 63 |
| Binary | 11000010 | 10111 | 11101100 | 10010 | 1011010 | 0 | 111 | 100100000 | 1010101 | 110011 |
Color Harmonies of #C217EC
Complementary color
Monochromatic Colors of #C217EC
Black with #C217EC
Text Example
Text Example
White with #C217EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C217EC; }
p { color: rgb(194,23,236); }
H1.HeaderClassName
{
color: #C217EC;
}
.AnyTagClassName
{
color: #C217EC;
}
</style>
background-color css
<style>
a { background-color: #C217EC; }
a { background-color: rgb(194,23,236); }
div.DivClassName
{
background-color: #C217EC;
}
.BgClassName
{
background-color: #C217EC;
}
</style>
border-color css
<style>
span { border-color: #C217EC; }
span { border-color: rgb(194,23,236); }
td.TdClassName
{
border-color: #C217EC;
}
.TagClassName
{
border-color: #C217EC;
}
</style>