Shades of Electric Purple #C80AED
Tints of Electric Purple #C80AED
RGB
CMYK
RGB Variations
Color information
#C80AED (or 0xC80AED) is known color: Electric Purple. HEX triplet: C8, 0A and ED. RGB value is (200,10,237). Sum of RGB (Red+Green+Blue) = 200+10+237=447 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.74% from 447); Green value is 10 (4.30% from 255 or 2.24% from 447); Blue value is 237 (92.97% from 255 or 53.02% from 447); Max value from RGB is 237 - color contains mainly: blue. Hex color #C80AED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C80AED is #37F512. Grayscale: #5B5B5B. Windows color (decimal): -3667219 or 15534792. OLE color: 15534792.
HSL color Cylindrical-coordinate representation of color #C80AED: hue angle of 290.22º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C80AED is Cyan = 0.16, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 10 | 237 | - |
| CMYK | 0.16 | 0.96 | 0 | 0.07 |
| HSL | 290.22º | 0.92% | 0.48% | - |
| HSV(B) | 290.22º | 0.96% | 0.93% | - |
| XYZ | 39.21 | 18.61 | 81.65 | - |
| YUV | 92.69 | 209.45 | 204.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 10 | 237 | 0.16 | 0.96 | 0 | 0.07 | 290.22 | 0.92 | 0.48 |
| Hex | C8 | A | ED | 10 | 60 | 0 | 7 | 122 | 5C | 30 |
| Octal | 310 | 12 | 355 | 20 | 140 | 0 | 7 | 442 | 134 | 60 |
| Binary | 11001000 | 1010 | 11101101 | 10000 | 1100000 | 0 | 111 | 100100010 | 1011100 | 110000 |
Color Harmonies of #C80AED
Complementary color
Monochromatic Colors of #C80AED
Black with #C80AED
Text Example
Text Example
White with #C80AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80AED; }
p { color: rgb(200,10,237); }
H1.HeaderClassName
{
color: #C80AED;
}
.AnyTagClassName
{
color: #C80AED;
}
</style>
background-color css
<style>
a { background-color: #C80AED; }
a { background-color: rgb(200,10,237); }
div.DivClassName
{
background-color: #C80AED;
}
.BgClassName
{
background-color: #C80AED;
}
</style>
border-color css
<style>
span { border-color: #C80AED; }
span { border-color: rgb(200,10,237); }
td.TdClassName
{
border-color: #C80AED;
}
.TagClassName
{
border-color: #C80AED;
}
</style>