Shades of Electric Purple #C80DF4
Tints of Electric Purple #C80DF4
RGB
CMYK
RGB Variations
Color information
#C80DF4 (or 0xC80DF4) is known color: Electric Purple. HEX triplet: C8, 0D and F4. RGB value is (200,13,244). Sum of RGB (Red+Green+Blue) = 200+13+244=457 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.76% from 457); Green value is 13 (5.47% from 255 or 2.84% from 457); Blue value is 244 (95.70% from 255 or 53.39% from 457); Max value from RGB is 244 - color contains mainly: blue. Hex color #C80DF4 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C80DF4 is #37F20B. Grayscale: #5E5E5E. Windows color (decimal): -3666444 or 15994312. OLE color: 15994312.
HSL color Cylindrical-coordinate representation of color #C80DF4: hue angle of 288.57º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C80DF4 is Cyan = 0.18, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 200 | 13 | 244 | - |
| CMYK | 0.18 | 0.95 | 0 | 0.04 |
| HSL | 288.57º | 0.91% | 0.5% | - |
| HSV(B) | 288.57º | 0.95% | 0.96% | - |
| XYZ | 40.29 | 19.1 | 87.15 | - |
| YUV | 95.25 | 211.95 | 202.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 13 | 244 | 0.18 | 0.95 | 0 | 0.04 | 288.57 | 0.91 | 0.5 |
| Hex | C8 | D | F4 | 12 | 5F | 0 | 4 | 121 | 5B | 32 |
| Octal | 310 | 15 | 364 | 22 | 137 | 0 | 4 | 441 | 133 | 62 |
| Binary | 11001000 | 1101 | 11110100 | 10010 | 1011111 | 0 | 100 | 100100001 | 1011011 | 110010 |
Color Harmonies of #C80DF4
Complementary color
Monochromatic Colors of #C80DF4
Black with #C80DF4
Text Example
Text Example
White with #C80DF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80DF4; }
p { color: rgb(200,13,244); }
H1.HeaderClassName
{
color: #C80DF4;
}
.AnyTagClassName
{
color: #C80DF4;
}
</style>
background-color css
<style>
a { background-color: #C80DF4; }
a { background-color: rgb(200,13,244); }
div.DivClassName
{
background-color: #C80DF4;
}
.BgClassName
{
background-color: #C80DF4;
}
</style>
border-color css
<style>
span { border-color: #C80DF4; }
span { border-color: rgb(200,13,244); }
td.TdClassName
{
border-color: #C80DF4;
}
.TagClassName
{
border-color: #C80DF4;
}
</style>