Shades of Electric Purple #C80DEF
Tints of Electric Purple #C80DEF
RGB
CMYK
RGB Variations
Color information
#C80DEF (or 0xC80DEF) is known color: Electric Purple. HEX triplet: C8, 0D and EF. RGB value is (200,13,239). Sum of RGB (Red+Green+Blue) = 200+13+239=452 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.25% from 452); Green value is 13 (5.47% from 255 or 2.88% from 452); Blue value is 239 (93.75% from 255 or 52.88% from 452); Max value from RGB is 239 - color contains mainly: blue. Hex color #C80DEF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C80DEF is #37F210. Grayscale: #5D5D5D. Windows color (decimal): -3666449 or 15666632. OLE color: 15666632.
HSL color Cylindrical-coordinate representation of color #C80DEF: hue angle of 289.65º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C80DEF is Cyan = 0.16, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 200 | 13 | 239 | - |
| CMYK | 0.16 | 0.95 | 0 | 0.06 |
| HSL | 289.65º | 0.9% | 0.49% | - |
| HSV(B) | 289.65º | 0.95% | 0.94% | - |
| XYZ | 39.54 | 18.8 | 83.21 | - |
| YUV | 94.68 | 209.45 | 203.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 13 | 239 | 0.16 | 0.95 | 0 | 0.06 | 289.65 | 0.9 | 0.49 |
| Hex | C8 | D | EF | 10 | 5F | 0 | 6 | 122 | 5A | 31 |
| Octal | 310 | 15 | 357 | 20 | 137 | 0 | 6 | 442 | 132 | 61 |
| Binary | 11001000 | 1101 | 11101111 | 10000 | 1011111 | 0 | 110 | 100100010 | 1011010 | 110001 |
Color Harmonies of #C80DEF
Complementary color
Monochromatic Colors of #C80DEF
Black with #C80DEF
Text Example
Text Example
White with #C80DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80DEF; }
p { color: rgb(200,13,239); }
H1.HeaderClassName
{
color: #C80DEF;
}
.AnyTagClassName
{
color: #C80DEF;
}
</style>
background-color css
<style>
a { background-color: #C80DEF; }
a { background-color: rgb(200,13,239); }
div.DivClassName
{
background-color: #C80DEF;
}
.BgClassName
{
background-color: #C80DEF;
}
</style>
border-color css
<style>
span { border-color: #C80DEF; }
span { border-color: rgb(200,13,239); }
td.TdClassName
{
border-color: #C80DEF;
}
.TagClassName
{
border-color: #C80DEF;
}
</style>