Shades of Electric Purple #C80CFE
Tints of Electric Purple #C80CFE
RGB
CMYK
RGB Variations
Color information
#C80CFE (or 0xC80CFE) is known color: Electric Purple. HEX triplet: C8, 0C and FE. RGB value is (200,12,254). Sum of RGB (Red+Green+Blue) = 200+12+254=466 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.92% from 466); Green value is 12 (5.08% from 255 or 2.58% from 466); Blue value is 254 (99.61% from 255 or 54.51% from 466); Max value from RGB is 254 - color contains mainly: blue. Hex color #C80CFE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C80CFE is #37F301. Grayscale: #5F5F5F. Windows color (decimal): -3666690 or 16649416. OLE color: 16649416.
HSL color Cylindrical-coordinate representation of color #C80CFE: hue angle of 286.61º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C80CFE is Cyan = 0.21, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 200 | 12 | 254 | - |
| CMYK | 0.21 | 0.95 | 0 | 0.00 |
| HSL | 286.61º | 0.99% | 0.52% | - |
| HSV(B) | 286.61º | 0.95% | 1% | - |
| XYZ | 41.84 | 19.7 | 95.36 | - |
| YUV | 95.8 | 217.28 | 202.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 12 | 254 | 0.21 | 0.95 | 0 | 0.00 | 286.61 | 0.99 | 0.52 |
| Hex | C8 | C | FE | 15 | 5F | 0 | 0 | 11F | 63 | 34 |
| Octal | 310 | 14 | 376 | 25 | 137 | 0 | 0 | 437 | 143 | 64 |
| Binary | 11001000 | 1100 | 11111110 | 10101 | 1011111 | 0 | 0 | 100011111 | 1100011 | 110100 |
Color Harmonies of #C80CFE
Complementary color
Monochromatic Colors of #C80CFE
Black with #C80CFE
Text Example
Text Example
White with #C80CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80CFE; }
p { color: rgb(200,12,254); }
H1.HeaderClassName
{
color: #C80CFE;
}
.AnyTagClassName
{
color: #C80CFE;
}
</style>
background-color css
<style>
a { background-color: #C80CFE; }
a { background-color: rgb(200,12,254); }
div.DivClassName
{
background-color: #C80CFE;
}
.BgClassName
{
background-color: #C80CFE;
}
</style>
border-color css
<style>
span { border-color: #C80CFE; }
span { border-color: rgb(200,12,254); }
td.TdClassName
{
border-color: #C80CFE;
}
.TagClassName
{
border-color: #C80CFE;
}
</style>