Shades of Electric Purple #C80EEB
Tints of Electric Purple #C80EEB
RGB
CMYK
RGB Variations
Color information
#C80EEB (or 0xC80EEB) is known color: Electric Purple. HEX triplet: C8, 0E and EB. RGB value is (200,14,235). Sum of RGB (Red+Green+Blue) = 200+14+235=449 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.54% from 449); Green value is 14 (5.86% from 255 or 3.12% from 449); Blue value is 235 (92.19% from 255 or 52.34% from 449); Max value from RGB is 235 - color contains mainly: blue. Hex color #C80EEB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C80EEB is #37F114. Grayscale: #5E5E5E. Windows color (decimal): -3666197 or 15404744. OLE color: 15404744.
HSL color Cylindrical-coordinate representation of color #C80EEB: hue angle of 290.5º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C80EEB is Cyan = 0.15, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 200 | 14 | 235 | - |
| CMYK | 0.15 | 0.94 | 0 | 0.08 |
| HSL | 290.5º | 0.89% | 0.49% | - |
| HSV(B) | 290.5º | 0.94% | 0.92% | - |
| XYZ | 38.97 | 18.59 | 80.13 | - |
| YUV | 94.81 | 207.12 | 203.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 14 | 235 | 0.15 | 0.94 | 0 | 0.08 | 290.5 | 0.89 | 0.49 |
| Hex | C8 | E | EB | F | 5E | 0 | 8 | 122 | 59 | 31 |
| Octal | 310 | 16 | 353 | 17 | 136 | 0 | 10 | 442 | 131 | 61 |
| Binary | 11001000 | 1110 | 11101011 | 1111 | 1011110 | 0 | 1000 | 100100010 | 1011001 | 110001 |
Color Harmonies of #C80EEB
Complementary color
Monochromatic Colors of #C80EEB
Black with #C80EEB
Text Example
Text Example
White with #C80EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80EEB; }
p { color: rgb(200,14,235); }
H1.HeaderClassName
{
color: #C80EEB;
}
.AnyTagClassName
{
color: #C80EEB;
}
</style>
background-color css
<style>
a { background-color: #C80EEB; }
a { background-color: rgb(200,14,235); }
div.DivClassName
{
background-color: #C80EEB;
}
.BgClassName
{
background-color: #C80EEB;
}
</style>
border-color css
<style>
span { border-color: #C80EEB; }
span { border-color: rgb(200,14,235); }
td.TdClassName
{
border-color: #C80EEB;
}
.TagClassName
{
border-color: #C80EEB;
}
</style>