Shades of Electric Purple #C80EE9
Tints of Electric Purple #C80EE9
RGB
CMYK
RGB Variations
Color information
#C80EE9 (or 0xC80EE9) is known color: Electric Purple. HEX triplet: C8, 0E and E9. RGB value is (200,14,233). Sum of RGB (Red+Green+Blue) = 200+14+233=447 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.74% from 447); Green value is 14 (5.86% from 255 or 3.13% from 447); Blue value is 233 (91.41% from 255 or 52.13% from 447); Max value from RGB is 233 - color contains mainly: blue. Hex color #C80EE9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C80EE9 is #37F116. Grayscale: #5D5D5D. Windows color (decimal): -3666199 or 15273672. OLE color: 15273672.
HSL color Cylindrical-coordinate representation of color #C80EE9: hue angle of 290.96º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C80EE9 is Cyan = 0.14, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 200 | 14 | 233 | - |
| CMYK | 0.14 | 0.94 | 0 | 0.09 |
| HSL | 290.96º | 0.89% | 0.48% | - |
| HSV(B) | 290.96º | 0.94% | 0.91% | - |
| XYZ | 38.68 | 18.48 | 78.62 | - |
| YUV | 94.58 | 206.12 | 203.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 14 | 233 | 0.14 | 0.94 | 0 | 0.09 | 290.96 | 0.89 | 0.48 |
| Hex | C8 | E | E9 | E | 5E | 0 | 9 | 123 | 59 | 30 |
| Octal | 310 | 16 | 351 | 16 | 136 | 0 | 11 | 443 | 131 | 60 |
| Binary | 11001000 | 1110 | 11101001 | 1110 | 1011110 | 0 | 1001 | 100100011 | 1011001 | 110000 |
Color Harmonies of #C80EE9
Complementary color
Monochromatic Colors of #C80EE9
Black with #C80EE9
Text Example
Text Example
White with #C80EE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80EE9; }
p { color: rgb(200,14,233); }
H1.HeaderClassName
{
color: #C80EE9;
}
.AnyTagClassName
{
color: #C80EE9;
}
</style>
background-color css
<style>
a { background-color: #C80EE9; }
a { background-color: rgb(200,14,233); }
div.DivClassName
{
background-color: #C80EE9;
}
.BgClassName
{
background-color: #C80EE9;
}
</style>
border-color css
<style>
span { border-color: #C80EE9; }
span { border-color: rgb(200,14,233); }
td.TdClassName
{
border-color: #C80EE9;
}
.TagClassName
{
border-color: #C80EE9;
}
</style>