Shades of Electric Purple #C216ED
Tints of Electric Purple #C216ED
RGB
CMYK
RGB Variations
Color information
#C216ED (or 0xC216ED) is known color: Electric Purple. HEX triplet: C2, 16 and ED. RGB value is (194,22,237). Sum of RGB (Red+Green+Blue) = 194+22+237=453 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.83% from 453); Green value is 22 (8.98% from 255 or 4.86% from 453); Blue value is 237 (92.97% from 255 or 52.32% from 453); Max value from RGB is 237 - color contains mainly: blue. Hex color #C216ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C216ED is #3DE912. Grayscale: #616161. Windows color (decimal): -4057363 or 15537858. OLE color: 15537858.
HSL color Cylindrical-coordinate representation of color #C216ED: hue angle of 288º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C216ED is Cyan = 0.18, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 22 | 237 | - |
| CMYK | 0.18 | 0.91 | 0 | 0.07 |
| HSL | 288º | 0.86% | 0.51% | - |
| HSV(B) | 288º | 0.91% | 0.93% | - |
| XYZ | 37.82 | 18.16 | 81.63 | - |
| YUV | 97.94 | 206.48 | 196.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 22 | 237 | 0.18 | 0.91 | 0 | 0.07 | 288 | 0.86 | 0.51 |
| Hex | C2 | 16 | ED | 12 | 5B | 0 | 7 | 120 | 56 | 33 |
| Octal | 302 | 26 | 355 | 22 | 133 | 0 | 7 | 440 | 126 | 63 |
| Binary | 11000010 | 10110 | 11101101 | 10010 | 1011011 | 0 | 111 | 100100000 | 1010110 | 110011 |
Color Harmonies of #C216ED
Complementary color
Monochromatic Colors of #C216ED
Black with #C216ED
Text Example
Text Example
White with #C216ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C216ED; }
p { color: rgb(194,22,237); }
H1.HeaderClassName
{
color: #C216ED;
}
.AnyTagClassName
{
color: #C216ED;
}
</style>
background-color css
<style>
a { background-color: #C216ED; }
a { background-color: rgb(194,22,237); }
div.DivClassName
{
background-color: #C216ED;
}
.BgClassName
{
background-color: #C216ED;
}
</style>
border-color css
<style>
span { border-color: #C216ED; }
span { border-color: rgb(194,22,237); }
td.TdClassName
{
border-color: #C216ED;
}
.TagClassName
{
border-color: #C216ED;
}
</style>