Shades of Electric Purple #C80DEC
Tints of Electric Purple #C80DEC
RGB
CMYK
RGB Variations
Color information
#C80DEC (or 0xC80DEC) is known color: Electric Purple. HEX triplet: C8, 0D and EC. RGB value is (200,13,236). Sum of RGB (Red+Green+Blue) = 200+13+236=449 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.54% from 449); Green value is 13 (5.47% from 255 or 2.90% from 449); Blue value is 236 (92.58% from 255 or 52.56% from 449); Max value from RGB is 236 - color contains mainly: blue. Hex color #C80DEC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C80DEC is #37F213. Grayscale: #5D5D5D. Windows color (decimal): -3666452 or 15470024. OLE color: 15470024.
HSL color Cylindrical-coordinate representation of color #C80DEC: hue angle of 290.31º degrees, saturation: 0.9, 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 #C80DEC is Cyan = 0.15, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 13 | 236 | - |
| CMYK | 0.15 | 0.94 | 0 | 0.07 |
| HSL | 290.31º | 0.9% | 0.49% | - |
| HSV(B) | 290.31º | 0.94% | 0.93% | - |
| XYZ | 39.1 | 18.62 | 80.89 | - |
| YUV | 94.34 | 207.95 | 203.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 13 | 236 | 0.15 | 0.94 | 0 | 0.07 | 290.31 | 0.9 | 0.49 |
| Hex | C8 | D | EC | F | 5E | 0 | 7 | 122 | 5A | 31 |
| Octal | 310 | 15 | 354 | 17 | 136 | 0 | 7 | 442 | 132 | 61 |
| Binary | 11001000 | 1101 | 11101100 | 1111 | 1011110 | 0 | 111 | 100100010 | 1011010 | 110001 |
Color Harmonies of #C80DEC
Complementary color
Monochromatic Colors of #C80DEC
Black with #C80DEC
Text Example
Text Example
White with #C80DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80DEC; }
p { color: rgb(200,13,236); }
H1.HeaderClassName
{
color: #C80DEC;
}
.AnyTagClassName
{
color: #C80DEC;
}
</style>
background-color css
<style>
a { background-color: #C80DEC; }
a { background-color: rgb(200,13,236); }
div.DivClassName
{
background-color: #C80DEC;
}
.BgClassName
{
background-color: #C80DEC;
}
</style>
border-color css
<style>
span { border-color: #C80DEC; }
span { border-color: rgb(200,13,236); }
td.TdClassName
{
border-color: #C80DEC;
}
.TagClassName
{
border-color: #C80DEC;
}
</style>