Shades of Electric Purple #C80AEE
Tints of Electric Purple #C80AEE
RGB
CMYK
RGB Variations
Color information
#C80AEE (or 0xC80AEE) is known color: Electric Purple. HEX triplet: C8, 0A and EE. RGB value is (200,10,238). Sum of RGB (Red+Green+Blue) = 200+10+238=448 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.64% from 448); Green value is 10 (4.30% from 255 or 2.23% from 448); Blue value is 238 (93.36% from 255 or 53.12% from 448); Max value from RGB is 238 - color contains mainly: blue. Hex color #C80AEE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C80AEE is #37F511. Grayscale: #5C5C5C. Windows color (decimal): -3667218 or 15600328. OLE color: 15600328.
HSL color Cylindrical-coordinate representation of color #C80AEE: hue angle of 290º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C80AEE is Cyan = 0.16, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 10 | 238 | - |
| CMYK | 0.16 | 0.96 | 0 | 0.07 |
| HSL | 290º | 0.92% | 0.49% | - |
| HSV(B) | 290º | 0.96% | 0.93% | - |
| XYZ | 39.36 | 18.67 | 82.42 | - |
| YUV | 92.8 | 209.95 | 204.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 10 | 238 | 0.16 | 0.96 | 0 | 0.07 | 290 | 0.92 | 0.49 |
| Hex | C8 | A | EE | 10 | 60 | 0 | 7 | 122 | 5C | 31 |
| Octal | 310 | 12 | 356 | 20 | 140 | 0 | 7 | 442 | 134 | 61 |
| Binary | 11001000 | 1010 | 11101110 | 10000 | 1100000 | 0 | 111 | 100100010 | 1011100 | 110001 |
Color Harmonies of #C80AEE
Complementary color
Monochromatic Colors of #C80AEE
Black with #C80AEE
Text Example
Text Example
White with #C80AEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80AEE; }
p { color: rgb(200,10,238); }
H1.HeaderClassName
{
color: #C80AEE;
}
.AnyTagClassName
{
color: #C80AEE;
}
</style>
background-color css
<style>
a { background-color: #C80AEE; }
a { background-color: rgb(200,10,238); }
div.DivClassName
{
background-color: #C80AEE;
}
.BgClassName
{
background-color: #C80AEE;
}
</style>
border-color css
<style>
span { border-color: #C80AEE; }
span { border-color: rgb(200,10,238); }
td.TdClassName
{
border-color: #C80AEE;
}
.TagClassName
{
border-color: #C80AEE;
}
</style>