Shades of Electric Purple #C60DEE
Tints of Electric Purple #C60DEE
RGB
CMYK
RGB Variations
Color information
#C60DEE (or 0xC60DEE) is known color: Electric Purple. HEX triplet: C6, 0D and EE. RGB value is (198,13,238). Sum of RGB (Red+Green+Blue) = 198+13+238=449 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.10% from 449); Green value is 13 (5.47% from 255 or 2.90% from 449); Blue value is 238 (93.36% from 255 or 53.01% from 449); Max value from RGB is 238 - color contains mainly: blue. Hex color #C60DEE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C60DEE is #39F211. Grayscale: #5D5D5D. Windows color (decimal): -3797522 or 15601094. OLE color: 15601094.
HSL color Cylindrical-coordinate representation of color #C60DEE: hue angle of 289.33º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C60DEE is Cyan = 0.17, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 13 | 238 | - |
| CMYK | 0.17 | 0.95 | 0 | 0.07 |
| HSL | 289.33º | 0.9% | 0.49% | - |
| HSV(B) | 289.33º | 0.95% | 0.93% | - |
| XYZ | 38.87 | 18.47 | 82.4 | - |
| YUV | 93.97 | 209.29 | 202.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 13 | 238 | 0.17 | 0.95 | 0 | 0.07 | 289.33 | 0.9 | 0.49 |
| Hex | C6 | D | EE | 11 | 5F | 0 | 7 | 121 | 5A | 31 |
| Octal | 306 | 15 | 356 | 21 | 137 | 0 | 7 | 441 | 132 | 61 |
| Binary | 11000110 | 1101 | 11101110 | 10001 | 1011111 | 0 | 111 | 100100001 | 1011010 | 110001 |
Color Harmonies of #C60DEE
Complementary color
Monochromatic Colors of #C60DEE
Black with #C60DEE
Text Example
Text Example
White with #C60DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60DEE; }
p { color: rgb(198,13,238); }
H1.HeaderClassName
{
color: #C60DEE;
}
.AnyTagClassName
{
color: #C60DEE;
}
</style>
background-color css
<style>
a { background-color: #C60DEE; }
a { background-color: rgb(198,13,238); }
div.DivClassName
{
background-color: #C60DEE;
}
.BgClassName
{
background-color: #C60DEE;
}
</style>
border-color css
<style>
span { border-color: #C60DEE; }
span { border-color: rgb(198,13,238); }
td.TdClassName
{
border-color: #C60DEE;
}
.TagClassName
{
border-color: #C60DEE;
}
</style>