Shades of Electric Purple #C521EE
Tints of Electric Purple #C521EE
RGB
CMYK
RGB Variations
Color information
#C521EE (or 0xC521EE) is known color: Electric Purple. HEX triplet: C5, 21 and EE. RGB value is (197,33,238). Sum of RGB (Red+Green+Blue) = 197+33+238=468 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.09% from 468); Green value is 33 (13.28% from 255 or 7.05% from 468); Blue value is 238 (93.36% from 255 or 50.85% from 468); Max value from RGB is 238 - color contains mainly: blue. Hex color #C521EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C521EE is #3ADE11. Grayscale: #686868. Windows color (decimal): -3857938 or 15606213. OLE color: 15606213.
HSL color Cylindrical-coordinate representation of color #C521EE: hue angle of 288º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C521EE is Cyan = 0.17, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 197 | 33 | 238 | - |
| CMYK | 0.17 | 0.86 | 0 | 0.07 |
| HSL | 288º | 0.86% | 0.53% | - |
| HSV(B) | 288º | 0.86% | 0.93% | - |
| XYZ | 39 | 19.13 | 82.53 | - |
| YUV | 105.41 | 202.83 | 193.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 33 | 238 | 0.17 | 0.86 | 0 | 0.07 | 288 | 0.86 | 0.53 |
| Hex | C5 | 21 | EE | 11 | 56 | 0 | 7 | 120 | 56 | 35 |
| Octal | 305 | 41 | 356 | 21 | 126 | 0 | 7 | 440 | 126 | 65 |
| Binary | 11000101 | 100001 | 11101110 | 10001 | 1010110 | 0 | 111 | 100100000 | 1010110 | 110101 |
Color Harmonies of #C521EE
Complementary color
Monochromatic Colors of #C521EE
Black with #C521EE
Text Example
Text Example
White with #C521EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C521EE; }
p { color: rgb(197,33,238); }
H1.HeaderClassName
{
color: #C521EE;
}
.AnyTagClassName
{
color: #C521EE;
}
</style>
background-color css
<style>
a { background-color: #C521EE; }
a { background-color: rgb(197,33,238); }
div.DivClassName
{
background-color: #C521EE;
}
.BgClassName
{
background-color: #C521EE;
}
</style>
border-color css
<style>
span { border-color: #C521EE; }
span { border-color: rgb(197,33,238); }
td.TdClassName
{
border-color: #C521EE;
}
.TagClassName
{
border-color: #C521EE;
}
</style>