Shades of Electric Purple #C61EEC
Tints of Electric Purple #C61EEC
RGB
CMYK
RGB Variations
Color information
#C61EEC (or 0xC61EEC) is known color: Electric Purple. HEX triplet: C6, 1E and EC. RGB value is (198,30,236). Sum of RGB (Red+Green+Blue) = 198+30+236=464 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.67% from 464); Green value is 30 (12.11% from 255 or 6.47% from 464); Blue value is 236 (92.58% from 255 or 50.86% from 464); Max value from RGB is 236 - color contains mainly: blue. Hex color #C61EEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C61EEC is #39E113. Grayscale: #676767. Windows color (decimal): -3793172 or 15474374. OLE color: 15474374.
HSL color Cylindrical-coordinate representation of color #C61EEC: hue angle of 288.93º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C61EEC is Cyan = 0.16, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 30 | 236 | - |
| CMYK | 0.16 | 0.87 | 0 | 0.07 |
| HSL | 288.93º | 0.84% | 0.52% | - |
| HSV(B) | 288.93º | 0.87% | 0.93% | - |
| XYZ | 38.89 | 18.99 | 80.97 | - |
| YUV | 103.72 | 202.66 | 195.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 30 | 236 | 0.16 | 0.87 | 0 | 0.07 | 288.93 | 0.84 | 0.52 |
| Hex | C6 | 1E | EC | 10 | 57 | 0 | 7 | 121 | 54 | 34 |
| Octal | 306 | 36 | 354 | 20 | 127 | 0 | 7 | 441 | 124 | 64 |
| Binary | 11000110 | 11110 | 11101100 | 10000 | 1010111 | 0 | 111 | 100100001 | 1010100 | 110100 |
Color Harmonies of #C61EEC
Complementary color
Monochromatic Colors of #C61EEC
Black with #C61EEC
Text Example
Text Example
White with #C61EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61EEC; }
p { color: rgb(198,30,236); }
H1.HeaderClassName
{
color: #C61EEC;
}
.AnyTagClassName
{
color: #C61EEC;
}
</style>
background-color css
<style>
a { background-color: #C61EEC; }
a { background-color: rgb(198,30,236); }
div.DivClassName
{
background-color: #C61EEC;
}
.BgClassName
{
background-color: #C61EEC;
}
</style>
border-color css
<style>
span { border-color: #C61EEC; }
span { border-color: rgb(198,30,236); }
td.TdClassName
{
border-color: #C61EEC;
}
.TagClassName
{
border-color: #C61EEC;
}
</style>