Shades of Electric Purple #C218EC
Tints of Electric Purple #C218EC
RGB
CMYK
RGB Variations
Color information
#C218EC (or 0xC218EC) is known color: Electric Purple. HEX triplet: C2, 18 and EC. RGB value is (194,24,236). Sum of RGB (Red+Green+Blue) = 194+24+236=454 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.73% from 454); Green value is 24 (9.77% from 255 or 5.29% from 454); Blue value is 236 (92.58% from 255 or 51.98% from 454); Max value from RGB is 236 - color contains mainly: blue. Hex color #C218EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C218EC is #3DE713. Grayscale: #626262. Windows color (decimal): -4056852 or 15472834. OLE color: 15472834.
HSL color Cylindrical-coordinate representation of color #C218EC: hue angle of 288.11º 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 #C218EC is Cyan = 0.18, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 24 | 236 | - |
| CMYK | 0.18 | 0.90 | 0 | 0.07 |
| HSL | 288.11º | 0.85% | 0.51% | - |
| HSV(B) | 288.11º | 0.9% | 0.93% | - |
| XYZ | 37.72 | 18.18 | 80.88 | - |
| YUV | 99 | 205.32 | 195.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 24 | 236 | 0.18 | 0.90 | 0 | 0.07 | 288.11 | 0.85 | 0.51 |
| Hex | C2 | 18 | EC | 12 | 5A | 0 | 7 | 120 | 55 | 33 |
| Octal | 302 | 30 | 354 | 22 | 132 | 0 | 7 | 440 | 125 | 63 |
| Binary | 11000010 | 11000 | 11101100 | 10010 | 1011010 | 0 | 111 | 100100000 | 1010101 | 110011 |
Color Harmonies of #C218EC
Complementary color
Monochromatic Colors of #C218EC
Black with #C218EC
Text Example
Text Example
White with #C218EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C218EC; }
p { color: rgb(194,24,236); }
H1.HeaderClassName
{
color: #C218EC;
}
.AnyTagClassName
{
color: #C218EC;
}
</style>
background-color css
<style>
a { background-color: #C218EC; }
a { background-color: rgb(194,24,236); }
div.DivClassName
{
background-color: #C218EC;
}
.BgClassName
{
background-color: #C218EC;
}
</style>
border-color css
<style>
span { border-color: #C218EC; }
span { border-color: rgb(194,24,236); }
td.TdClassName
{
border-color: #C218EC;
}
.TagClassName
{
border-color: #C218EC;
}
</style>