Shades of Electric Purple #C80DF2
Tints of Electric Purple #C80DF2
RGB
CMYK
RGB Variations
Color information
#C80DF2 (or 0xC80DF2) is known color: Electric Purple. HEX triplet: C8, 0D and F2. RGB value is (200,13,242). Sum of RGB (Red+Green+Blue) = 200+13+242=455 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.96% from 455); Green value is 13 (5.47% from 255 or 2.86% from 455); Blue value is 242 (94.92% from 255 or 53.19% from 455); Max value from RGB is 242 - color contains mainly: blue. Hex color #C80DF2 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C80DF2 is #37F20D. Grayscale: #5E5E5E. Windows color (decimal): -3666446 or 15863240. OLE color: 15863240.
HSL color Cylindrical-coordinate representation of color #C80DF2: hue angle of 289º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C80DF2 is Cyan = 0.17, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 200 | 13 | 242 | - |
| CMYK | 0.17 | 0.95 | 0 | 0.05 |
| HSL | 289º | 0.9% | 0.5% | - |
| HSV(B) | 289º | 0.95% | 0.95% | - |
| XYZ | 39.99 | 18.98 | 85.56 | - |
| YUV | 95.02 | 210.95 | 202.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 13 | 242 | 0.17 | 0.95 | 0 | 0.05 | 289 | 0.9 | 0.5 |
| Hex | C8 | D | F2 | 11 | 5F | 0 | 5 | 121 | 5A | 32 |
| Octal | 310 | 15 | 362 | 21 | 137 | 0 | 5 | 441 | 132 | 62 |
| Binary | 11001000 | 1101 | 11110010 | 10001 | 1011111 | 0 | 101 | 100100001 | 1011010 | 110010 |
Color Harmonies of #C80DF2
Complementary color
Monochromatic Colors of #C80DF2
Black with #C80DF2
Text Example
Text Example
White with #C80DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80DF2; }
p { color: rgb(200,13,242); }
H1.HeaderClassName
{
color: #C80DF2;
}
.AnyTagClassName
{
color: #C80DF2;
}
</style>
background-color css
<style>
a { background-color: #C80DF2; }
a { background-color: rgb(200,13,242); }
div.DivClassName
{
background-color: #C80DF2;
}
.BgClassName
{
background-color: #C80DF2;
}
</style>
border-color css
<style>
span { border-color: #C80DF2; }
span { border-color: rgb(200,13,242); }
td.TdClassName
{
border-color: #C80DF2;
}
.TagClassName
{
border-color: #C80DF2;
}
</style>