Shades of Electric Purple #C80EEC
Tints of Electric Purple #C80EEC
RGB
CMYK
RGB Variations
Color information
#C80EEC (or 0xC80EEC) is known color: Electric Purple. HEX triplet: C8, 0E and EC. RGB value is (200,14,236). Sum of RGB (Red+Green+Blue) = 200+14+236=450 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.44% from 450); Green value is 14 (5.86% from 255 or 3.11% from 450); Blue value is 236 (92.58% from 255 or 52.44% from 450); Max value from RGB is 236 - color contains mainly: blue. Hex color #C80EEC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C80EEC is #37F113. Grayscale: #5E5E5E. Windows color (decimal): -3666196 or 15470280. OLE color: 15470280.
HSL color Cylindrical-coordinate representation of color #C80EEC: hue angle of 290.27º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C80EEC is Cyan = 0.15, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 14 | 236 | - |
| CMYK | 0.15 | 0.94 | 0 | 0.07 |
| HSL | 290.27º | 0.89% | 0.49% | - |
| HSV(B) | 290.27º | 0.94% | 0.93% | - |
| XYZ | 39.12 | 18.65 | 80.89 | - |
| YUV | 94.92 | 207.62 | 202.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 14 | 236 | 0.15 | 0.94 | 0 | 0.07 | 290.27 | 0.89 | 0.49 |
| Hex | C8 | E | EC | F | 5E | 0 | 7 | 122 | 59 | 31 |
| Octal | 310 | 16 | 354 | 17 | 136 | 0 | 7 | 442 | 131 | 61 |
| Binary | 11001000 | 1110 | 11101100 | 1111 | 1011110 | 0 | 111 | 100100010 | 1011001 | 110001 |
Color Harmonies of #C80EEC
Complementary color
Monochromatic Colors of #C80EEC
Black with #C80EEC
Text Example
Text Example
White with #C80EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80EEC; }
p { color: rgb(200,14,236); }
H1.HeaderClassName
{
color: #C80EEC;
}
.AnyTagClassName
{
color: #C80EEC;
}
</style>
background-color css
<style>
a { background-color: #C80EEC; }
a { background-color: rgb(200,14,236); }
div.DivClassName
{
background-color: #C80EEC;
}
.BgClassName
{
background-color: #C80EEC;
}
</style>
border-color css
<style>
span { border-color: #C80EEC; }
span { border-color: rgb(200,14,236); }
td.TdClassName
{
border-color: #C80EEC;
}
.TagClassName
{
border-color: #C80EEC;
}
</style>