Shades of Electric Purple #C521ED
Tints of Electric Purple #C521ED
RGB
CMYK
RGB Variations
Color information
#C521ED (or 0xC521ED) is known color: Electric Purple. HEX triplet: C5, 21 and ED. RGB value is (197,33,237). Sum of RGB (Red+Green+Blue) = 197+33+237=467 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.18% from 467); Green value is 33 (13.28% from 255 or 7.07% from 467); Blue value is 237 (92.97% from 255 or 50.75% from 467); Max value from RGB is 237 - color contains mainly: blue. Hex color #C521ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C521ED is #3ADE12. Grayscale: #686868. Windows color (decimal): -3857939 or 15540677. OLE color: 15540677.
HSL color Cylindrical-coordinate representation of color #C521ED: hue angle of 288.24º degrees, saturation: 0.85, 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 #C521ED is Cyan = 0.17, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 197 | 33 | 237 | - |
| CMYK | 0.17 | 0.86 | 0 | 0.07 |
| HSL | 288.24º | 0.85% | 0.53% | - |
| HSV(B) | 288.24º | 0.86% | 0.93% | - |
| XYZ | 38.86 | 19.07 | 81.75 | - |
| YUV | 105.29 | 202.33 | 193.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 33 | 237 | 0.17 | 0.86 | 0 | 0.07 | 288.24 | 0.85 | 0.53 |
| Hex | C5 | 21 | ED | 11 | 56 | 0 | 7 | 120 | 55 | 35 |
| Octal | 305 | 41 | 355 | 21 | 126 | 0 | 7 | 440 | 125 | 65 |
| Binary | 11000101 | 100001 | 11101101 | 10001 | 1010110 | 0 | 111 | 100100000 | 1010101 | 110101 |
Color Harmonies of #C521ED
Complementary color
Monochromatic Colors of #C521ED
Black with #C521ED
Text Example
Text Example
White with #C521ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C521ED; }
p { color: rgb(197,33,237); }
H1.HeaderClassName
{
color: #C521ED;
}
.AnyTagClassName
{
color: #C521ED;
}
</style>
background-color css
<style>
a { background-color: #C521ED; }
a { background-color: rgb(197,33,237); }
div.DivClassName
{
background-color: #C521ED;
}
.BgClassName
{
background-color: #C521ED;
}
</style>
border-color css
<style>
span { border-color: #C521ED; }
span { border-color: rgb(197,33,237); }
td.TdClassName
{
border-color: #C521ED;
}
.TagClassName
{
border-color: #C521ED;
}
</style>