Shades of Electric Purple #C511ED
Tints of Electric Purple #C511ED
RGB
CMYK
RGB Variations
Color information
#C511ED (or 0xC511ED) is known color: Electric Purple. HEX triplet: C5, 11 and ED. RGB value is (197,17,237). Sum of RGB (Red+Green+Blue) = 197+17+237=451 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.68% from 451); Green value is 17 (7.03% from 255 or 3.77% from 451); Blue value is 237 (92.97% from 255 or 52.55% from 451); Max value from RGB is 237 - color contains mainly: blue. Hex color #C511ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C511ED is #3AEE12. Grayscale: #5F5F5F. Windows color (decimal): -3862035 or 15536581. OLE color: 15536581.
HSL color Cylindrical-coordinate representation of color #C511ED: hue angle of 289.09º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C511ED is Cyan = 0.17, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 197 | 17 | 237 | - |
| CMYK | 0.17 | 0.93 | 0 | 0.07 |
| HSL | 289.09º | 0.87% | 0.5% | - |
| HSV(B) | 289.09º | 0.93% | 0.93% | - |
| XYZ | 38.51 | 18.39 | 81.64 | - |
| YUV | 95.9 | 207.63 | 200.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 17 | 237 | 0.17 | 0.93 | 0 | 0.07 | 289.09 | 0.87 | 0.5 |
| Hex | C5 | 11 | ED | 11 | 5D | 0 | 7 | 121 | 57 | 32 |
| Octal | 305 | 21 | 355 | 21 | 135 | 0 | 7 | 441 | 127 | 62 |
| Binary | 11000101 | 10001 | 11101101 | 10001 | 1011101 | 0 | 111 | 100100001 | 1010111 | 110010 |
Color Harmonies of #C511ED
Complementary color
Monochromatic Colors of #C511ED
Black with #C511ED
Text Example
Text Example
White with #C511ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C511ED; }
p { color: rgb(197,17,237); }
H1.HeaderClassName
{
color: #C511ED;
}
.AnyTagClassName
{
color: #C511ED;
}
</style>
background-color css
<style>
a { background-color: #C511ED; }
a { background-color: rgb(197,17,237); }
div.DivClassName
{
background-color: #C511ED;
}
.BgClassName
{
background-color: #C511ED;
}
</style>
border-color css
<style>
span { border-color: #C511ED; }
span { border-color: rgb(197,17,237); }
td.TdClassName
{
border-color: #C511ED;
}
.TagClassName
{
border-color: #C511ED;
}
</style>