Shades of Electric Purple #C816ED
Tints of Electric Purple #C816ED
RGB
CMYK
RGB Variations
Color information
#C816ED (or 0xC816ED) is known color: Electric Purple. HEX triplet: C8, 16 and ED. RGB value is (200,22,237). Sum of RGB (Red+Green+Blue) = 200+22+237=459 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.57% from 459); Green value is 22 (8.98% from 255 or 4.79% from 459); Blue value is 237 (92.97% from 255 or 51.63% from 459); Max value from RGB is 237 - color contains mainly: blue. Hex color #C816ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C816ED is #37E912. Grayscale: #636363. Windows color (decimal): -3664147 or 15537864. OLE color: 15537864.
HSL color Cylindrical-coordinate representation of color #C816ED: hue angle of 289.67º 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 #C816ED is Cyan = 0.16, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 22 | 237 | - |
| CMYK | 0.16 | 0.91 | 0 | 0.07 |
| HSL | 289.67º | 0.86% | 0.51% | - |
| HSV(B) | 289.67º | 0.91% | 0.93% | - |
| XYZ | 39.39 | 18.97 | 81.71 | - |
| YUV | 99.73 | 205.47 | 199.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 22 | 237 | 0.16 | 0.91 | 0 | 0.07 | 289.67 | 0.86 | 0.51 |
| Hex | C8 | 16 | ED | 10 | 5B | 0 | 7 | 122 | 56 | 33 |
| Octal | 310 | 26 | 355 | 20 | 133 | 0 | 7 | 442 | 126 | 63 |
| Binary | 11001000 | 10110 | 11101101 | 10000 | 1011011 | 0 | 111 | 100100010 | 1010110 | 110011 |
Color Harmonies of #C816ED
Complementary color
Monochromatic Colors of #C816ED
Black with #C816ED
Text Example
Text Example
White with #C816ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C816ED; }
p { color: rgb(200,22,237); }
H1.HeaderClassName
{
color: #C816ED;
}
.AnyTagClassName
{
color: #C816ED;
}
</style>
background-color css
<style>
a { background-color: #C816ED; }
a { background-color: rgb(200,22,237); }
div.DivClassName
{
background-color: #C816ED;
}
.BgClassName
{
background-color: #C816ED;
}
</style>
border-color css
<style>
span { border-color: #C816ED; }
span { border-color: rgb(200,22,237); }
td.TdClassName
{
border-color: #C816ED;
}
.TagClassName
{
border-color: #C816ED;
}
</style>