Shades of Electric Purple #C620ED
Tints of Electric Purple #C620ED
RGB
CMYK
RGB Variations
Color information
#C620ED (or 0xC620ED) is known color: Electric Purple. HEX triplet: C6, 20 and ED. RGB value is (198,32,237). Sum of RGB (Red+Green+Blue) = 198+32+237=467 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.40% from 467); Green value is 32 (12.89% from 255 or 6.85% 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 #C620ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C620ED is #39DF12. Grayscale: #686868. Windows color (decimal): -3792659 or 15540422. OLE color: 15540422.
HSL color Cylindrical-coordinate representation of color #C620ED: hue angle of 288.59º 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 #C620ED is Cyan = 0.16, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 32 | 237 | - |
| CMYK | 0.16 | 0.86 | 0 | 0.07 |
| HSL | 288.59º | 0.85% | 0.53% | - |
| HSV(B) | 288.59º | 0.86% | 0.93% | - |
| XYZ | 39.09 | 19.15 | 81.76 | - |
| YUV | 105 | 202.5 | 194.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 32 | 237 | 0.16 | 0.86 | 0 | 0.07 | 288.59 | 0.85 | 0.53 |
| Hex | C6 | 20 | ED | 10 | 56 | 0 | 7 | 121 | 55 | 35 |
| Octal | 306 | 40 | 355 | 20 | 126 | 0 | 7 | 441 | 125 | 65 |
| Binary | 11000110 | 100000 | 11101101 | 10000 | 1010110 | 0 | 111 | 100100001 | 1010101 | 110101 |
Color Harmonies of #C620ED
Complementary color
Monochromatic Colors of #C620ED
Black with #C620ED
Text Example
Text Example
White with #C620ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C620ED; }
p { color: rgb(198,32,237); }
H1.HeaderClassName
{
color: #C620ED;
}
.AnyTagClassName
{
color: #C620ED;
}
</style>
background-color css
<style>
a { background-color: #C620ED; }
a { background-color: rgb(198,32,237); }
div.DivClassName
{
background-color: #C620ED;
}
.BgClassName
{
background-color: #C620ED;
}
</style>
border-color css
<style>
span { border-color: #C620ED; }
span { border-color: rgb(198,32,237); }
td.TdClassName
{
border-color: #C620ED;
}
.TagClassName
{
border-color: #C620ED;
}
</style>