Shades of Electric Purple #C006EC
Tints of Electric Purple #C006EC
RGB
CMYK
RGB Variations
Color information
#C006EC (or 0xC006EC) is known color: Electric Purple. HEX triplet: C0, 06 and EC. RGB value is (192,6,236). Sum of RGB (Red+Green+Blue) = 192+6+236=434 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.24% from 434); Green value is 6 (2.73% from 255 or 1.38% from 434); Blue value is 236 (92.58% from 255 or 54.38% from 434); Max value from RGB is 236 - color contains mainly: blue. Hex color #C006EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C006EC is #3FF913. Grayscale: #575757. Windows color (decimal): -4192532 or 15468224. OLE color: 15468224.
HSL color Cylindrical-coordinate representation of color #C006EC: hue angle of 288.52º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C006EC is Cyan = 0.19, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 6 | 236 | - |
| CMYK | 0.19 | 0.97 | 0 | 0.07 |
| HSL | 288.52º | 0.95% | 0.47% | - |
| HSV(B) | 288.52º | 0.97% | 0.93% | - |
| XYZ | 36.94 | 17.39 | 80.77 | - |
| YUV | 87.83 | 211.62 | 202.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 6 | 236 | 0.19 | 0.97 | 0 | 0.07 | 288.52 | 0.95 | 0.47 |
| Hex | C0 | 6 | EC | 13 | 61 | 0 | 7 | 121 | 5F | 2F |
| Octal | 300 | 6 | 354 | 23 | 141 | 0 | 7 | 441 | 137 | 57 |
| Binary | 11000000 | 110 | 11101100 | 10011 | 1100001 | 0 | 111 | 100100001 | 1011111 | 101111 |
Color Harmonies of #C006EC
Complementary color
Monochromatic Colors of #C006EC
Black with #C006EC
Text Example
Text Example
White with #C006EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C006EC; }
p { color: rgb(192,6,236); }
H1.HeaderClassName
{
color: #C006EC;
}
.AnyTagClassName
{
color: #C006EC;
}
</style>
background-color css
<style>
a { background-color: #C006EC; }
a { background-color: rgb(192,6,236); }
div.DivClassName
{
background-color: #C006EC;
}
.BgClassName
{
background-color: #C006EC;
}
</style>
border-color css
<style>
span { border-color: #C006EC; }
span { border-color: rgb(192,6,236); }
td.TdClassName
{
border-color: #C006EC;
}
.TagClassName
{
border-color: #C006EC;
}
</style>