Shades of Electric Purple #C809EC
Tints of Electric Purple #C809EC
RGB
CMYK
RGB Variations
Color information
#C809EC (or 0xC809EC) is known color: Electric Purple. HEX triplet: C8, 09 and EC. RGB value is (200,9,236). Sum of RGB (Red+Green+Blue) = 200+9+236=445 (58% of max value = 765). Red value is 200 (78.52% from 255 or 44.94% from 445); Green value is 9 (3.91% from 255 or 2.02% from 445); Blue value is 236 (92.58% from 255 or 53.03% from 445); Max value from RGB is 236 - color contains mainly: blue. Hex color #C809EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C809EC is #37F613. Grayscale: #5B5B5B. Windows color (decimal): -3667476 or 15469000. OLE color: 15469000.
HSL color Cylindrical-coordinate representation of color #C809EC: hue angle of 290.48º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C809EC is Cyan = 0.15, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 9 | 236 | - |
| CMYK | 0.15 | 0.96 | 0 | 0.07 |
| HSL | 290.48º | 0.93% | 0.48% | - |
| HSV(B) | 290.48º | 0.96% | 0.93% | - |
| XYZ | 39.06 | 18.53 | 80.88 | - |
| YUV | 91.99 | 209.28 | 205.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 9 | 236 | 0.15 | 0.96 | 0 | 0.07 | 290.48 | 0.93 | 0.48 |
| Hex | C8 | 9 | EC | F | 60 | 0 | 7 | 122 | 5D | 30 |
| Octal | 310 | 11 | 354 | 17 | 140 | 0 | 7 | 442 | 135 | 60 |
| Binary | 11001000 | 1001 | 11101100 | 1111 | 1100000 | 0 | 111 | 100100010 | 1011101 | 110000 |
Color Harmonies of #C809EC
Complementary color
Monochromatic Colors of #C809EC
Black with #C809EC
Text Example
Text Example
White with #C809EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C809EC; }
p { color: rgb(200,9,236); }
H1.HeaderClassName
{
color: #C809EC;
}
.AnyTagClassName
{
color: #C809EC;
}
</style>
background-color css
<style>
a { background-color: #C809EC; }
a { background-color: rgb(200,9,236); }
div.DivClassName
{
background-color: #C809EC;
}
.BgClassName
{
background-color: #C809EC;
}
</style>
border-color css
<style>
span { border-color: #C809EC; }
span { border-color: rgb(200,9,236); }
td.TdClassName
{
border-color: #C809EC;
}
.TagClassName
{
border-color: #C809EC;
}
</style>