Shades of Electric Purple #C60DEC
Tints of Electric Purple #C60DEC
RGB
CMYK
RGB Variations
Color information
#C60DEC (or 0xC60DEC) is known color: Electric Purple. HEX triplet: C6, 0D and EC. RGB value is (198,13,236). Sum of RGB (Red+Green+Blue) = 198+13+236=447 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.30% from 447); Green value is 13 (5.47% from 255 or 2.91% from 447); Blue value is 236 (92.58% from 255 or 52.80% from 447); Max value from RGB is 236 - color contains mainly: blue. Hex color #C60DEC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C60DEC is #39F213. Grayscale: #5D5D5D. Windows color (decimal): -3797524 or 15470022. OLE color: 15470022.
HSL color Cylindrical-coordinate representation of color #C60DEC: hue angle of 289.78º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C60DEC is Cyan = 0.16, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 13 | 236 | - |
| CMYK | 0.16 | 0.94 | 0 | 0.07 |
| HSL | 289.78º | 0.9% | 0.49% | - |
| HSV(B) | 289.78º | 0.94% | 0.93% | - |
| XYZ | 38.57 | 18.35 | 80.87 | - |
| YUV | 93.74 | 208.29 | 202.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 13 | 236 | 0.16 | 0.94 | 0 | 0.07 | 289.78 | 0.9 | 0.49 |
| Hex | C6 | D | EC | 10 | 5E | 0 | 7 | 122 | 5A | 31 |
| Octal | 306 | 15 | 354 | 20 | 136 | 0 | 7 | 442 | 132 | 61 |
| Binary | 11000110 | 1101 | 11101100 | 10000 | 1011110 | 0 | 111 | 100100010 | 1011010 | 110001 |
Color Harmonies of #C60DEC
Complementary color
Monochromatic Colors of #C60DEC
Black with #C60DEC
Text Example
Text Example
White with #C60DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60DEC; }
p { color: rgb(198,13,236); }
H1.HeaderClassName
{
color: #C60DEC;
}
.AnyTagClassName
{
color: #C60DEC;
}
</style>
background-color css
<style>
a { background-color: #C60DEC; }
a { background-color: rgb(198,13,236); }
div.DivClassName
{
background-color: #C60DEC;
}
.BgClassName
{
background-color: #C60DEC;
}
</style>
border-color css
<style>
span { border-color: #C60DEC; }
span { border-color: rgb(198,13,236); }
td.TdClassName
{
border-color: #C60DEC;
}
.TagClassName
{
border-color: #C60DEC;
}
</style>