Shades of Electric Purple #C526ED
Tints of Electric Purple #C526ED
RGB
CMYK
RGB Variations
Color information
#C526ED (or 0xC526ED) is known color: Electric Purple. HEX triplet: C5, 26 and ED. RGB value is (197,38,237). Sum of RGB (Red+Green+Blue) = 197+38+237=472 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.74% from 472); Green value is 38 (15.23% from 255 or 8.05% from 472); Blue value is 237 (92.97% from 255 or 50.21% from 472); Max value from RGB is 237 - color contains mainly: blue. Hex color #C526ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C526ED is #3AD912. Grayscale: #6B6B6B. Windows color (decimal): -3856659 or 15541957. OLE color: 15541957.
HSL color Cylindrical-coordinate representation of color #C526ED: hue angle of 287.94º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C526ED is Cyan = 0.17, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 197 | 38 | 237 | - |
| CMYK | 0.17 | 0.84 | 0 | 0.07 |
| HSL | 287.94º | 0.85% | 0.54% | - |
| HSV(B) | 287.94º | 0.84% | 0.93% | - |
| XYZ | 39.01 | 19.37 | 81.8 | - |
| YUV | 108.23 | 200.68 | 191.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 38 | 237 | 0.17 | 0.84 | 0 | 0.07 | 287.94 | 0.85 | 0.54 |
| Hex | C5 | 26 | ED | 11 | 54 | 0 | 7 | 120 | 55 | 36 |
| Octal | 305 | 46 | 355 | 21 | 124 | 0 | 7 | 440 | 125 | 66 |
| Binary | 11000101 | 100110 | 11101101 | 10001 | 1010100 | 0 | 111 | 100100000 | 1010101 | 110110 |
Color Harmonies of #C526ED
Complementary color
Monochromatic Colors of #C526ED
Black with #C526ED
Text Example
Text Example
White with #C526ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C526ED; }
p { color: rgb(197,38,237); }
H1.HeaderClassName
{
color: #C526ED;
}
.AnyTagClassName
{
color: #C526ED;
}
</style>
background-color css
<style>
a { background-color: #C526ED; }
a { background-color: rgb(197,38,237); }
div.DivClassName
{
background-color: #C526ED;
}
.BgClassName
{
background-color: #C526ED;
}
</style>
border-color css
<style>
span { border-color: #C526ED; }
span { border-color: rgb(197,38,237); }
td.TdClassName
{
border-color: #C526ED;
}
.TagClassName
{
border-color: #C526ED;
}
</style>