Shades of Electric Purple #C210ED
Tints of Electric Purple #C210ED
RGB
CMYK
RGB Variations
Color information
#C210ED (or 0xC210ED) is known color: Electric Purple. HEX triplet: C2, 10 and ED. RGB value is (194,16,237). Sum of RGB (Red+Green+Blue) = 194+16+237=447 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.40% from 447); Green value is 16 (6.64% from 255 or 3.58% from 447); Blue value is 237 (92.97% from 255 or 53.02% from 447); Max value from RGB is 237 - color contains mainly: blue. Hex color #C210ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C210ED is #3DEF12. Grayscale: #5D5D5D. Windows color (decimal): -4058899 or 15536322. OLE color: 15536322.
HSL color Cylindrical-coordinate representation of color #C210ED: hue angle of 288.33º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C210ED is Cyan = 0.18, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 16 | 237 | - |
| CMYK | 0.18 | 0.93 | 0 | 0.07 |
| HSL | 288.33º | 0.87% | 0.5% | - |
| HSV(B) | 288.33º | 0.93% | 0.93% | - |
| XYZ | 37.72 | 17.95 | 81.6 | - |
| YUV | 94.42 | 208.47 | 199.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 16 | 237 | 0.18 | 0.93 | 0 | 0.07 | 288.33 | 0.87 | 0.5 |
| Hex | C2 | 10 | ED | 12 | 5D | 0 | 7 | 120 | 57 | 32 |
| Octal | 302 | 20 | 355 | 22 | 135 | 0 | 7 | 440 | 127 | 62 |
| Binary | 11000010 | 10000 | 11101101 | 10010 | 1011101 | 0 | 111 | 100100000 | 1010111 | 110010 |
Color Harmonies of #C210ED
Complementary color
Monochromatic Colors of #C210ED
Black with #C210ED
Text Example
Text Example
White with #C210ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C210ED; }
p { color: rgb(194,16,237); }
H1.HeaderClassName
{
color: #C210ED;
}
.AnyTagClassName
{
color: #C210ED;
}
</style>
background-color css
<style>
a { background-color: #C210ED; }
a { background-color: rgb(194,16,237); }
div.DivClassName
{
background-color: #C210ED;
}
.BgClassName
{
background-color: #C210ED;
}
</style>
border-color css
<style>
span { border-color: #C210ED; }
span { border-color: rgb(194,16,237); }
td.TdClassName
{
border-color: #C210ED;
}
.TagClassName
{
border-color: #C210ED;
}
</style>