Shades of Electric Purple #C80DEA
Tints of Electric Purple #C80DEA
RGB
CMYK
RGB Variations
Color information
#C80DEA (or 0xC80DEA) is known color: Electric Purple. HEX triplet: C8, 0D and EA. RGB value is (200,13,234). Sum of RGB (Red+Green+Blue) = 200+13+234=447 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.74% from 447); Green value is 13 (5.47% from 255 or 2.91% from 447); Blue value is 234 (91.80% from 255 or 52.35% from 447); Max value from RGB is 234 - color contains mainly: blue. Hex color #C80DEA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C80DEA is #37F215. Grayscale: #5D5D5D. Windows color (decimal): -3666454 or 15338952. OLE color: 15338952.
HSL color Cylindrical-coordinate representation of color #C80DEA: hue angle of 290.77º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C80DEA is Cyan = 0.15, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 200 | 13 | 234 | - |
| CMYK | 0.15 | 0.94 | 0 | 0.08 |
| HSL | 290.77º | 0.89% | 0.48% | - |
| HSV(B) | 290.77º | 0.94% | 0.92% | - |
| XYZ | 38.81 | 18.51 | 79.37 | - |
| YUV | 94.11 | 206.95 | 203.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 13 | 234 | 0.15 | 0.94 | 0 | 0.08 | 290.77 | 0.89 | 0.48 |
| Hex | C8 | D | EA | F | 5E | 0 | 8 | 123 | 59 | 30 |
| Octal | 310 | 15 | 352 | 17 | 136 | 0 | 10 | 443 | 131 | 60 |
| Binary | 11001000 | 1101 | 11101010 | 1111 | 1011110 | 0 | 1000 | 100100011 | 1011001 | 110000 |
Color Harmonies of #C80DEA
Complementary color
Monochromatic Colors of #C80DEA
Black with #C80DEA
Text Example
Text Example
White with #C80DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80DEA; }
p { color: rgb(200,13,234); }
H1.HeaderClassName
{
color: #C80DEA;
}
.AnyTagClassName
{
color: #C80DEA;
}
</style>
background-color css
<style>
a { background-color: #C80DEA; }
a { background-color: rgb(200,13,234); }
div.DivClassName
{
background-color: #C80DEA;
}
.BgClassName
{
background-color: #C80DEA;
}
</style>
border-color css
<style>
span { border-color: #C80DEA; }
span { border-color: rgb(200,13,234); }
td.TdClassName
{
border-color: #C80DEA;
}
.TagClassName
{
border-color: #C80DEA;
}
</style>