Shades of Electric Purple #C006EE
Tints of Electric Purple #C006EE
RGB
CMYK
RGB Variations
Color information
#C006EE (or 0xC006EE) is known color: Electric Purple. HEX triplet: C0, 06 and EE. RGB value is (192,6,238). Sum of RGB (Red+Green+Blue) = 192+6+238=436 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.04% from 436); Green value is 6 (2.73% from 255 or 1.38% from 436); Blue value is 238 (93.36% from 255 or 54.59% from 436); Max value from RGB is 238 - color contains mainly: blue. Hex color #C006EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C006EE is #3FF911. Grayscale: #575757. Windows color (decimal): -4192530 or 15599296. OLE color: 15599296.
HSL color Cylindrical-coordinate representation of color #C006EE: hue angle of 288.1º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C006EE is Cyan = 0.19, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 6 | 238 | - |
| CMYK | 0.19 | 0.97 | 0 | 0.07 |
| HSL | 288.1º | 0.95% | 0.48% | - |
| HSV(B) | 288.1º | 0.97% | 0.93% | - |
| XYZ | 37.24 | 17.51 | 82.31 | - |
| YUV | 88.06 | 212.62 | 202.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 6 | 238 | 0.19 | 0.97 | 0 | 0.07 | 288.1 | 0.95 | 0.48 |
| Hex | C0 | 6 | EE | 13 | 61 | 0 | 7 | 120 | 5F | 30 |
| Octal | 300 | 6 | 356 | 23 | 141 | 0 | 7 | 440 | 137 | 60 |
| Binary | 11000000 | 110 | 11101110 | 10011 | 1100001 | 0 | 111 | 100100000 | 1011111 | 110000 |
Color Harmonies of #C006EE
Complementary color
Monochromatic Colors of #C006EE
Black with #C006EE
Text Example
Text Example
White with #C006EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C006EE; }
p { color: rgb(192,6,238); }
H1.HeaderClassName
{
color: #C006EE;
}
.AnyTagClassName
{
color: #C006EE;
}
</style>
background-color css
<style>
a { background-color: #C006EE; }
a { background-color: rgb(192,6,238); }
div.DivClassName
{
background-color: #C006EE;
}
.BgClassName
{
background-color: #C006EE;
}
</style>
border-color css
<style>
span { border-color: #C006EE; }
span { border-color: rgb(192,6,238); }
td.TdClassName
{
border-color: #C006EE;
}
.TagClassName
{
border-color: #C006EE;
}
</style>