Shades of Electric Purple #C80FFE
Tints of Electric Purple #C80FFE
RGB
CMYK
RGB Variations
Color information
#C80FFE (or 0xC80FFE) is known color: Electric Purple. HEX triplet: C8, 0F and FE. RGB value is (200,15,254). Sum of RGB (Red+Green+Blue) = 200+15+254=469 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.64% from 469); Green value is 15 (6.25% from 255 or 3.20% from 469); Blue value is 254 (99.61% from 255 or 54.16% from 469); Max value from RGB is 254 - color contains mainly: blue. Hex color #C80FFE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C80FFE is #37F001. Grayscale: #606060. Windows color (decimal): -3665922 or 16650184. OLE color: 16650184.
HSL color Cylindrical-coordinate representation of color #C80FFE: hue angle of 286.44º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C80FFE is Cyan = 0.21, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 200 | 15 | 254 | - |
| CMYK | 0.21 | 0.94 | 0 | 0.00 |
| HSL | 286.44º | 0.99% | 0.53% | - |
| HSV(B) | 286.44º | 0.94% | 1% | - |
| XYZ | 41.88 | 19.78 | 95.38 | - |
| YUV | 97.56 | 216.29 | 201.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 15 | 254 | 0.21 | 0.94 | 0 | 0.00 | 286.44 | 0.99 | 0.53 |
| Hex | C8 | F | FE | 15 | 5E | 0 | 0 | 11E | 63 | 35 |
| Octal | 310 | 17 | 376 | 25 | 136 | 0 | 0 | 436 | 143 | 65 |
| Binary | 11001000 | 1111 | 11111110 | 10101 | 1011110 | 0 | 0 | 100011110 | 1100011 | 110101 |
Color Harmonies of #C80FFE
Complementary color
Monochromatic Colors of #C80FFE
Black with #C80FFE
Text Example
Text Example
White with #C80FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80FFE; }
p { color: rgb(200,15,254); }
H1.HeaderClassName
{
color: #C80FFE;
}
.AnyTagClassName
{
color: #C80FFE;
}
</style>
background-color css
<style>
a { background-color: #C80FFE; }
a { background-color: rgb(200,15,254); }
div.DivClassName
{
background-color: #C80FFE;
}
.BgClassName
{
background-color: #C80FFE;
}
</style>
border-color css
<style>
span { border-color: #C80FFE; }
span { border-color: rgb(200,15,254); }
td.TdClassName
{
border-color: #C80FFE;
}
.TagClassName
{
border-color: #C80FFE;
}
</style>