Shades of Electric Purple #C509E7
Tints of Electric Purple #C509E7
RGB
CMYK
RGB Variations
Color information
#C509E7 (or 0xC509E7) is known color: Electric Purple. HEX triplet: C5, 09 and E7. RGB value is (197,9,231). Sum of RGB (Red+Green+Blue) = 197+9+231=437 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.08% from 437); Green value is 9 (3.91% from 255 or 2.06% from 437); Blue value is 231 (90.62% from 255 or 52.86% from 437); Max value from RGB is 231 - color contains mainly: blue. Hex color #C509E7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C509E7 is #3AF618. Grayscale: #595959. Windows color (decimal): -3864089 or 15141317. OLE color: 15141317.
HSL color Cylindrical-coordinate representation of color #C509E7: hue angle of 290.81º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C509E7 is Cyan = 0.15, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 197 | 9 | 231 | - |
| CMYK | 0.15 | 0.96 | 0 | 0.09 |
| HSL | 290.81º | 0.93% | 0.47% | - |
| HSV(B) | 290.81º | 0.96% | 0.91% | - |
| XYZ | 37.55 | 17.84 | 77.06 | - |
| YUV | 90.52 | 207.28 | 203.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 9 | 231 | 0.15 | 0.96 | 0 | 0.09 | 290.81 | 0.93 | 0.47 |
| Hex | C5 | 9 | E7 | F | 60 | 0 | 9 | 123 | 5C | 2F |
| Octal | 305 | 11 | 347 | 17 | 140 | 0 | 11 | 443 | 134 | 57 |
| Binary | 11000101 | 1001 | 11100111 | 1111 | 1100000 | 0 | 1001 | 100100011 | 1011100 | 101111 |
Color Harmonies of #C509E7
Complementary color
Monochromatic Colors of #C509E7
Black with #C509E7
Text Example
Text Example
White with #C509E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C509E7; }
p { color: rgb(197,9,231); }
H1.HeaderClassName
{
color: #C509E7;
}
.AnyTagClassName
{
color: #C509E7;
}
</style>
background-color css
<style>
a { background-color: #C509E7; }
a { background-color: rgb(197,9,231); }
div.DivClassName
{
background-color: #C509E7;
}
.BgClassName
{
background-color: #C509E7;
}
</style>
border-color css
<style>
span { border-color: #C509E7; }
span { border-color: rgb(197,9,231); }
td.TdClassName
{
border-color: #C509E7;
}
.TagClassName
{
border-color: #C509E7;
}
</style>