Shades of Electric Purple #C620EC
Tints of Electric Purple #C620EC
RGB
CMYK
RGB Variations
Color information
#C620EC (or 0xC620EC) is known color: Electric Purple. HEX triplet: C6, 20 and EC. RGB value is (198,32,236). Sum of RGB (Red+Green+Blue) = 198+32+236=466 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.49% from 466); Green value is 32 (12.89% from 255 or 6.87% from 466); Blue value is 236 (92.58% from 255 or 50.64% from 466); Max value from RGB is 236 - color contains mainly: blue. Hex color #C620EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C620EC is #39DF13. Grayscale: #686868. Windows color (decimal): -3792660 or 15474886. OLE color: 15474886.
HSL color Cylindrical-coordinate representation of color #C620EC: hue angle of 288.82º degrees, saturation: 0.84, 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 #C620EC is Cyan = 0.16, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 32 | 236 | - |
| CMYK | 0.16 | 0.86 | 0 | 0.07 |
| HSL | 288.82º | 0.84% | 0.53% | - |
| HSV(B) | 288.82º | 0.86% | 0.93% | - |
| XYZ | 38.95 | 19.09 | 80.99 | - |
| YUV | 104.89 | 202 | 194.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 32 | 236 | 0.16 | 0.86 | 0 | 0.07 | 288.82 | 0.84 | 0.53 |
| Hex | C6 | 20 | EC | 10 | 56 | 0 | 7 | 121 | 54 | 35 |
| Octal | 306 | 40 | 354 | 20 | 126 | 0 | 7 | 441 | 124 | 65 |
| Binary | 11000110 | 100000 | 11101100 | 10000 | 1010110 | 0 | 111 | 100100001 | 1010100 | 110101 |
Color Harmonies of #C620EC
Complementary color
Monochromatic Colors of #C620EC
Black with #C620EC
Text Example
Text Example
White with #C620EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C620EC; }
p { color: rgb(198,32,236); }
H1.HeaderClassName
{
color: #C620EC;
}
.AnyTagClassName
{
color: #C620EC;
}
</style>
background-color css
<style>
a { background-color: #C620EC; }
a { background-color: rgb(198,32,236); }
div.DivClassName
{
background-color: #C620EC;
}
.BgClassName
{
background-color: #C620EC;
}
</style>
border-color css
<style>
span { border-color: #C620EC; }
span { border-color: rgb(198,32,236); }
td.TdClassName
{
border-color: #C620EC;
}
.TagClassName
{
border-color: #C620EC;
}
</style>