Shades of Electric Purple #C620EF
Tints of Electric Purple #C620EF
RGB
CMYK
RGB Variations
Color information
#C620EF (or 0xC620EF) is known color: Electric Purple. HEX triplet: C6, 20 and EF. RGB value is (198,32,239). Sum of RGB (Red+Green+Blue) = 198+32+239=469 (62% of max value = 765). Red value is 198 (77.73% from 255 or 42.22% from 469); Green value is 32 (12.89% from 255 or 6.82% from 469); Blue value is 239 (93.75% from 255 or 50.96% from 469); Max value from RGB is 239 - color contains mainly: blue. Hex color #C620EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C620EF is #39DF10. Grayscale: #686868. Windows color (decimal): -3792657 or 15671494. OLE color: 15671494.
HSL color Cylindrical-coordinate representation of color #C620EF: hue angle of 288.12º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C620EF is Cyan = 0.17, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 198 | 32 | 239 | - |
| CMYK | 0.17 | 0.87 | 0 | 0.06 |
| HSL | 288.12º | 0.87% | 0.53% | - |
| HSV(B) | 288.12º | 0.87% | 0.94% | - |
| XYZ | 39.39 | 19.27 | 83.31 | - |
| YUV | 105.23 | 203.5 | 194.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 32 | 239 | 0.17 | 0.87 | 0 | 0.06 | 288.12 | 0.87 | 0.53 |
| Hex | C6 | 20 | EF | 11 | 57 | 0 | 6 | 120 | 57 | 35 |
| Octal | 306 | 40 | 357 | 21 | 127 | 0 | 6 | 440 | 127 | 65 |
| Binary | 11000110 | 100000 | 11101111 | 10001 | 1010111 | 0 | 110 | 100100000 | 1010111 | 110101 |
Color Harmonies of #C620EF
Complementary color
Monochromatic Colors of #C620EF
Black with #C620EF
Text Example
Text Example
White with #C620EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C620EF; }
p { color: rgb(198,32,239); }
H1.HeaderClassName
{
color: #C620EF;
}
.AnyTagClassName
{
color: #C620EF;
}
</style>
background-color css
<style>
a { background-color: #C620EF; }
a { background-color: rgb(198,32,239); }
div.DivClassName
{
background-color: #C620EF;
}
.BgClassName
{
background-color: #C620EF;
}
</style>
border-color css
<style>
span { border-color: #C620EF; }
span { border-color: rgb(198,32,239); }
td.TdClassName
{
border-color: #C620EF;
}
.TagClassName
{
border-color: #C620EF;
}
</style>