Shades of Electric Purple #C80DF0
Tints of Electric Purple #C80DF0
RGB
CMYK
RGB Variations
Color information
#C80DF0 (or 0xC80DF0) is known color: Electric Purple. HEX triplet: C8, 0D and F0. RGB value is (200,13,240). Sum of RGB (Red+Green+Blue) = 200+13+240=453 (60% of max value = 765). Red value is 200 (78.52% from 255 or 44.15% from 453); Green value is 13 (5.47% from 255 or 2.87% from 453); Blue value is 240 (94.14% from 255 or 52.98% from 453); Max value from RGB is 240 - color contains mainly: blue. Hex color #C80DF0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C80DF0 is #37F20F. Grayscale: #5E5E5E. Windows color (decimal): -3666448 or 15732168. OLE color: 15732168.
HSL color Cylindrical-coordinate representation of color #C80DF0: hue angle of 289.43º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C80DF0 is Cyan = 0.17, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 200 | 13 | 240 | - |
| CMYK | 0.17 | 0.95 | 0 | 0.06 |
| HSL | 289.43º | 0.9% | 0.5% | - |
| HSV(B) | 289.43º | 0.95% | 0.94% | - |
| XYZ | 39.69 | 18.86 | 83.99 | - |
| YUV | 94.79 | 209.95 | 203.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 13 | 240 | 0.17 | 0.95 | 0 | 0.06 | 289.43 | 0.9 | 0.5 |
| Hex | C8 | D | F0 | 11 | 5F | 0 | 6 | 121 | 5A | 32 |
| Octal | 310 | 15 | 360 | 21 | 137 | 0 | 6 | 441 | 132 | 62 |
| Binary | 11001000 | 1101 | 11110000 | 10001 | 1011111 | 0 | 110 | 100100001 | 1011010 | 110010 |
Color Harmonies of #C80DF0
Complementary color
Monochromatic Colors of #C80DF0
Black with #C80DF0
Text Example
Text Example
White with #C80DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80DF0; }
p { color: rgb(200,13,240); }
H1.HeaderClassName
{
color: #C80DF0;
}
.AnyTagClassName
{
color: #C80DF0;
}
</style>
background-color css
<style>
a { background-color: #C80DF0; }
a { background-color: rgb(200,13,240); }
div.DivClassName
{
background-color: #C80DF0;
}
.BgClassName
{
background-color: #C80DF0;
}
</style>
border-color css
<style>
span { border-color: #C80DF0; }
span { border-color: rgb(200,13,240); }
td.TdClassName
{
border-color: #C80DF0;
}
.TagClassName
{
border-color: #C80DF0;
}
</style>