Shades of Electric Purple #C80AFE
Tints of Electric Purple #C80AFE
RGB
CMYK
RGB Variations
Color information
#C80AFE (or 0xC80AFE) is known color: Electric Purple. HEX triplet: C8, 0A and FE. RGB value is (200,10,254). Sum of RGB (Red+Green+Blue) = 200+10+254=464 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.10% from 464); Green value is 10 (4.30% from 255 or 2.16% from 464); Blue value is 254 (99.61% from 255 or 54.74% from 464); Max value from RGB is 254 - color contains mainly: blue. Hex color #C80AFE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C80AFE is #37F501. Grayscale: #5D5D5D. Windows color (decimal): -3667202 or 16648904. OLE color: 16648904.
HSL color Cylindrical-coordinate representation of color #C80AFE: hue angle of 286.72º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C80AFE is Cyan = 0.21, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 200 | 10 | 254 | - |
| CMYK | 0.21 | 0.96 | 0 | 0.00 |
| HSL | 286.72º | 0.99% | 0.52% | - |
| HSV(B) | 286.72º | 0.96% | 1% | - |
| XYZ | 41.82 | 19.65 | 95.36 | - |
| YUV | 94.63 | 217.95 | 203.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 10 | 254 | 0.21 | 0.96 | 0 | 0.00 | 286.72 | 0.99 | 0.52 |
| Hex | C8 | A | FE | 15 | 60 | 0 | 0 | 11F | 63 | 34 |
| Octal | 310 | 12 | 376 | 25 | 140 | 0 | 0 | 437 | 143 | 64 |
| Binary | 11001000 | 1010 | 11111110 | 10101 | 1100000 | 0 | 0 | 100011111 | 1100011 | 110100 |
Color Harmonies of #C80AFE
Complementary color
Monochromatic Colors of #C80AFE
Black with #C80AFE
Text Example
Text Example
White with #C80AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80AFE; }
p { color: rgb(200,10,254); }
H1.HeaderClassName
{
color: #C80AFE;
}
.AnyTagClassName
{
color: #C80AFE;
}
</style>
background-color css
<style>
a { background-color: #C80AFE; }
a { background-color: rgb(200,10,254); }
div.DivClassName
{
background-color: #C80AFE;
}
.BgClassName
{
background-color: #C80AFE;
}
</style>
border-color css
<style>
span { border-color: #C80AFE; }
span { border-color: rgb(200,10,254); }
td.TdClassName
{
border-color: #C80AFE;
}
.TagClassName
{
border-color: #C80AFE;
}
</style>