Shades of Electric Purple #C526EE
Tints of Electric Purple #C526EE
RGB
CMYK
RGB Variations
Color information
#C526EE (or 0xC526EE) is known color: Electric Purple. HEX triplet: C5, 26 and EE. RGB value is (197,38,238). Sum of RGB (Red+Green+Blue) = 197+38+238=473 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.65% from 473); Green value is 38 (15.23% from 255 or 8.03% from 473); Blue value is 238 (93.36% from 255 or 50.32% from 473); Max value from RGB is 238 - color contains mainly: blue. Hex color #C526EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C526EE is #3AD911. Grayscale: #6B6B6B. Windows color (decimal): -3856658 or 15607493. OLE color: 15607493.
HSL color Cylindrical-coordinate representation of color #C526EE: hue angle of 287.7º 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 #C526EE is Cyan = 0.17, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 197 | 38 | 238 | - |
| CMYK | 0.17 | 0.84 | 0 | 0.07 |
| HSL | 287.7º | 0.85% | 0.54% | - |
| HSV(B) | 287.7º | 0.84% | 0.93% | - |
| XYZ | 39.15 | 19.43 | 82.58 | - |
| YUV | 108.34 | 201.18 | 191.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 38 | 238 | 0.17 | 0.84 | 0 | 0.07 | 287.7 | 0.85 | 0.54 |
| Hex | C5 | 26 | EE | 11 | 54 | 0 | 7 | 120 | 55 | 36 |
| Octal | 305 | 46 | 356 | 21 | 124 | 0 | 7 | 440 | 125 | 66 |
| Binary | 11000101 | 100110 | 11101110 | 10001 | 1010100 | 0 | 111 | 100100000 | 1010101 | 110110 |
Color Harmonies of #C526EE
Complementary color
Monochromatic Colors of #C526EE
Black with #C526EE
Text Example
Text Example
White with #C526EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C526EE; }
p { color: rgb(197,38,238); }
H1.HeaderClassName
{
color: #C526EE;
}
.AnyTagClassName
{
color: #C526EE;
}
</style>
background-color css
<style>
a { background-color: #C526EE; }
a { background-color: rgb(197,38,238); }
div.DivClassName
{
background-color: #C526EE;
}
.BgClassName
{
background-color: #C526EE;
}
</style>
border-color css
<style>
span { border-color: #C526EE; }
span { border-color: rgb(197,38,238); }
td.TdClassName
{
border-color: #C526EE;
}
.TagClassName
{
border-color: #C526EE;
}
</style>