Shades of Electric Purple #C80DF6
Tints of Electric Purple #C80DF6
RGB
CMYK
RGB Variations
Color information
#C80DF6 (or 0xC80DF6) is known color: Electric Purple. HEX triplet: C8, 0D and F6. RGB value is (200,13,246). Sum of RGB (Red+Green+Blue) = 200+13+246=459 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.57% from 459); Green value is 13 (5.47% from 255 or 2.83% from 459); Blue value is 246 (96.48% from 255 or 53.59% from 459); Max value from RGB is 246 - color contains mainly: blue. Hex color #C80DF6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C80DF6 is #37F209. Grayscale: #5E5E5E. Windows color (decimal): -3666442 or 16125384. OLE color: 16125384.
HSL color Cylindrical-coordinate representation of color #C80DF6: hue angle of 288.15º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C80DF6 is Cyan = 0.19, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 200 | 13 | 246 | - |
| CMYK | 0.19 | 0.95 | 0 | 0.04 |
| HSL | 288.15º | 0.93% | 0.51% | - |
| HSV(B) | 288.15º | 0.95% | 0.96% | - |
| XYZ | 40.6 | 19.22 | 88.76 | - |
| YUV | 95.48 | 212.95 | 202.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 13 | 246 | 0.19 | 0.95 | 0 | 0.04 | 288.15 | 0.93 | 0.51 |
| Hex | C8 | D | F6 | 13 | 5F | 0 | 4 | 120 | 5D | 33 |
| Octal | 310 | 15 | 366 | 23 | 137 | 0 | 4 | 440 | 135 | 63 |
| Binary | 11001000 | 1101 | 11110110 | 10011 | 1011111 | 0 | 100 | 100100000 | 1011101 | 110011 |
Color Harmonies of #C80DF6
Complementary color
Monochromatic Colors of #C80DF6
Black with #C80DF6
Text Example
Text Example
White with #C80DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80DF6; }
p { color: rgb(200,13,246); }
H1.HeaderClassName
{
color: #C80DF6;
}
.AnyTagClassName
{
color: #C80DF6;
}
</style>
background-color css
<style>
a { background-color: #C80DF6; }
a { background-color: rgb(200,13,246); }
div.DivClassName
{
background-color: #C80DF6;
}
.BgClassName
{
background-color: #C80DF6;
}
</style>
border-color css
<style>
span { border-color: #C80DF6; }
span { border-color: rgb(200,13,246); }
td.TdClassName
{
border-color: #C80DF6;
}
.TagClassName
{
border-color: #C80DF6;
}
</style>