Shades of Electric Purple #C80EFF
Tints of Electric Purple #C80EFF
RGB
CMYK
RGB Variations
Color information
#C80EFF (or 0xC80EFF) is known color: Electric Purple. HEX triplet: C8, 0E and FF. RGB value is (200,14,255). Sum of RGB (Red+Green+Blue) = 200+14+255=469 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.64% from 469); Green value is 14 (5.86% from 255 or 2.99% from 469); Blue value is 255 (100% from 255 or 54.37% from 469); Max value from RGB is 255 - color contains mainly: blue. Hex color #C80EFF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C80EFF is #37F100. Grayscale: #606060. Windows color (decimal): -3666177 or 16715464. OLE color: 16715464.
HSL color Cylindrical-coordinate representation of color #C80EFF: hue angle of 286.31º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C80EFF is Cyan = 0.22, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 200 | 14 | 255 | - |
| CMYK | 0.22 | 0.95 | 0 | 0 |
| HSL | 286.31º | 1% | 0.53% | - |
| HSV(B) | 286.31º | 0.95% | 1% | - |
| XYZ | 42.03 | 19.81 | 96.22 | - |
| YUV | 97.09 | 217.12 | 201.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 14 | 255 | 0.22 | 0.95 | 0 | 0 | 286.31 | 1 | 0.53 |
| Hex | C8 | E | FF | 16 | 5F | 0 | 0 | 11E | 64 | 35 |
| Octal | 310 | 16 | 377 | 26 | 137 | 0 | 0 | 436 | 144 | 65 |
| Binary | 11001000 | 1110 | 11111111 | 10110 | 1011111 | 0 | 0 | 100011110 | 1100100 | 110101 |
Color Harmonies of #C80EFF
Complementary color
Monochromatic Colors of #C80EFF
Black with #C80EFF
Text Example
Text Example
White with #C80EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80EFF; }
p { color: rgb(200,14,255); }
H1.HeaderClassName
{
color: #C80EFF;
}
.AnyTagClassName
{
color: #C80EFF;
}
</style>
background-color css
<style>
a { background-color: #C80EFF; }
a { background-color: rgb(200,14,255); }
div.DivClassName
{
background-color: #C80EFF;
}
.BgClassName
{
background-color: #C80EFF;
}
</style>
border-color css
<style>
span { border-color: #C80EFF; }
span { border-color: rgb(200,14,255); }
td.TdClassName
{
border-color: #C80EFF;
}
.TagClassName
{
border-color: #C80EFF;
}
</style>