Shades of Electric Purple #C80DE6
Tints of Electric Purple #C80DE6
RGB
CMYK
RGB Variations
Color information
#C80DE6 (or 0xC80DE6) is known color: Electric Purple. HEX triplet: C8, 0D and E6. RGB value is (200,13,230). Sum of RGB (Red+Green+Blue) = 200+13+230=443 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.15% from 443); Green value is 13 (5.47% from 255 or 2.93% from 443); Blue value is 230 (90.23% from 255 or 51.92% from 443); Max value from RGB is 230 - color contains mainly: blue. Hex color #C80DE6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C80DE6 is #37F219. Grayscale: #5C5C5C. Windows color (decimal): -3666458 or 15076808. OLE color: 15076808.
HSL color Cylindrical-coordinate representation of color #C80DE6: hue angle of 291.71º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C80DE6 is Cyan = 0.13, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 200 | 13 | 230 | - |
| CMYK | 0.13 | 0.94 | 0 | 0.10 |
| HSL | 291.71º | 0.89% | 0.48% | - |
| HSV(B) | 291.71º | 0.94% | 0.9% | - |
| XYZ | 38.25 | 18.28 | 76.38 | - |
| YUV | 93.65 | 204.95 | 203.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 13 | 230 | 0.13 | 0.94 | 0 | 0.10 | 291.71 | 0.89 | 0.48 |
| Hex | C8 | D | E6 | D | 5E | 0 | A | 124 | 59 | 30 |
| Octal | 310 | 15 | 346 | 15 | 136 | 0 | 12 | 444 | 131 | 60 |
| Binary | 11001000 | 1101 | 11100110 | 1101 | 1011110 | 0 | 1010 | 100100100 | 1011001 | 110000 |
Color Harmonies of #C80DE6
Complementary color
Monochromatic Colors of #C80DE6
Black with #C80DE6
Text Example
Text Example
White with #C80DE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80DE6; }
p { color: rgb(200,13,230); }
H1.HeaderClassName
{
color: #C80DE6;
}
.AnyTagClassName
{
color: #C80DE6;
}
</style>
background-color css
<style>
a { background-color: #C80DE6; }
a { background-color: rgb(200,13,230); }
div.DivClassName
{
background-color: #C80DE6;
}
.BgClassName
{
background-color: #C80DE6;
}
</style>
border-color css
<style>
span { border-color: #C80DE6; }
span { border-color: rgb(200,13,230); }
td.TdClassName
{
border-color: #C80DE6;
}
.TagClassName
{
border-color: #C80DE6;
}
</style>