Shades of Electric Purple #C509EC
Tints of Electric Purple #C509EC
RGB
CMYK
RGB Variations
Color information
#C509EC (or 0xC509EC) is known color: Electric Purple. HEX triplet: C5, 09 and EC. RGB value is (197,9,236). Sum of RGB (Red+Green+Blue) = 197+9+236=442 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.57% from 442); Green value is 9 (3.91% from 255 or 2.04% from 442); Blue value is 236 (92.58% from 255 or 53.39% from 442); Max value from RGB is 236 - color contains mainly: blue. Hex color #C509EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C509EC is #3AF613. Grayscale: #5A5A5A. Windows color (decimal): -3864084 or 15468997. OLE color: 15468997.
HSL color Cylindrical-coordinate representation of color #C509EC: hue angle of 289.69º 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 #C509EC is Cyan = 0.17, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 197 | 9 | 236 | - |
| CMYK | 0.17 | 0.96 | 0 | 0.07 |
| HSL | 289.69º | 0.93% | 0.48% | - |
| HSV(B) | 289.69º | 0.96% | 0.93% | - |
| XYZ | 38.26 | 18.12 | 80.84 | - |
| YUV | 91.09 | 209.78 | 203.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 9 | 236 | 0.17 | 0.96 | 0 | 0.07 | 289.69 | 0.93 | 0.48 |
| Hex | C5 | 9 | EC | 11 | 60 | 0 | 7 | 122 | 5D | 30 |
| Octal | 305 | 11 | 354 | 21 | 140 | 0 | 7 | 442 | 135 | 60 |
| Binary | 11000101 | 1001 | 11101100 | 10001 | 1100000 | 0 | 111 | 100100010 | 1011101 | 110000 |
Color Harmonies of #C509EC
Complementary color
Monochromatic Colors of #C509EC
Black with #C509EC
Text Example
Text Example
White with #C509EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C509EC; }
p { color: rgb(197,9,236); }
H1.HeaderClassName
{
color: #C509EC;
}
.AnyTagClassName
{
color: #C509EC;
}
</style>
background-color css
<style>
a { background-color: #C509EC; }
a { background-color: rgb(197,9,236); }
div.DivClassName
{
background-color: #C509EC;
}
.BgClassName
{
background-color: #C509EC;
}
</style>
border-color css
<style>
span { border-color: #C509EC; }
span { border-color: rgb(197,9,236); }
td.TdClassName
{
border-color: #C509EC;
}
.TagClassName
{
border-color: #C509EC;
}
</style>