Shades of Electric Purple #C218ED
Tints of Electric Purple #C218ED
RGB
CMYK
RGB Variations
Color information
#C218ED (or 0xC218ED) is known color: Electric Purple. HEX triplet: C2, 18 and ED. RGB value is (194,24,237). Sum of RGB (Red+Green+Blue) = 194+24+237=455 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.64% from 455); Green value is 24 (9.77% from 255 or 5.27% from 455); Blue value is 237 (92.97% from 255 or 52.09% from 455); Max value from RGB is 237 - color contains mainly: blue. Hex color #C218ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C218ED is #3DE712. Grayscale: #626262. Windows color (decimal): -4056851 or 15538370. OLE color: 15538370.
HSL color Cylindrical-coordinate representation of color #C218ED: hue angle of 287.89º degrees, saturation: 0.86, 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 #C218ED is Cyan = 0.18, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 24 | 237 | - |
| CMYK | 0.18 | 0.90 | 0 | 0.07 |
| HSL | 287.89º | 0.86% | 0.51% | - |
| HSV(B) | 287.89º | 0.9% | 0.93% | - |
| XYZ | 37.86 | 18.24 | 81.65 | - |
| YUV | 99.11 | 205.82 | 195.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 24 | 237 | 0.18 | 0.90 | 0 | 0.07 | 287.89 | 0.86 | 0.51 |
| Hex | C2 | 18 | ED | 12 | 5A | 0 | 7 | 120 | 56 | 33 |
| Octal | 302 | 30 | 355 | 22 | 132 | 0 | 7 | 440 | 126 | 63 |
| Binary | 11000010 | 11000 | 11101101 | 10010 | 1011010 | 0 | 111 | 100100000 | 1010110 | 110011 |
Color Harmonies of #C218ED
Complementary color
Monochromatic Colors of #C218ED
Black with #C218ED
Text Example
Text Example
White with #C218ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C218ED; }
p { color: rgb(194,24,237); }
H1.HeaderClassName
{
color: #C218ED;
}
.AnyTagClassName
{
color: #C218ED;
}
</style>
background-color css
<style>
a { background-color: #C218ED; }
a { background-color: rgb(194,24,237); }
div.DivClassName
{
background-color: #C218ED;
}
.BgClassName
{
background-color: #C218ED;
}
</style>
border-color css
<style>
span { border-color: #C218ED; }
span { border-color: rgb(194,24,237); }
td.TdClassName
{
border-color: #C218ED;
}
.TagClassName
{
border-color: #C218ED;
}
</style>