Shades of Electric Purple #C106EC
Tints of Electric Purple #C106EC
RGB
CMYK
RGB Variations
Color information
#C106EC (or 0xC106EC) is known color: Electric Purple. HEX triplet: C1, 06 and EC. RGB value is (193,6,236). Sum of RGB (Red+Green+Blue) = 193+6+236=435 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.37% from 435); Green value is 6 (2.73% from 255 or 1.38% from 435); Blue value is 236 (92.58% from 255 or 54.25% from 435); Max value from RGB is 236 - color contains mainly: blue. Hex color #C106EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C106EC is #3EF913. Grayscale: #575757. Windows color (decimal): -4126996 or 15468225. OLE color: 15468225.
HSL color Cylindrical-coordinate representation of color #C106EC: hue angle of 288.78º 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 #C106EC is Cyan = 0.18, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 6 | 236 | - |
| CMYK | 0.18 | 0.97 | 0 | 0.07 |
| HSL | 288.78º | 0.95% | 0.47% | - |
| HSV(B) | 288.78º | 0.97% | 0.93% | - |
| XYZ | 37.2 | 17.52 | 80.78 | - |
| YUV | 88.13 | 211.45 | 202.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 6 | 236 | 0.18 | 0.97 | 0 | 0.07 | 288.78 | 0.95 | 0.47 |
| Hex | C1 | 6 | EC | 12 | 61 | 0 | 7 | 121 | 5F | 2F |
| Octal | 301 | 6 | 354 | 22 | 141 | 0 | 7 | 441 | 137 | 57 |
| Binary | 11000001 | 110 | 11101100 | 10010 | 1100001 | 0 | 111 | 100100001 | 1011111 | 101111 |
Color Harmonies of #C106EC
Complementary color
Monochromatic Colors of #C106EC
Black with #C106EC
Text Example
Text Example
White with #C106EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C106EC; }
p { color: rgb(193,6,236); }
H1.HeaderClassName
{
color: #C106EC;
}
.AnyTagClassName
{
color: #C106EC;
}
</style>
background-color css
<style>
a { background-color: #C106EC; }
a { background-color: rgb(193,6,236); }
div.DivClassName
{
background-color: #C106EC;
}
.BgClassName
{
background-color: #C106EC;
}
</style>
border-color css
<style>
span { border-color: #C106EC; }
span { border-color: rgb(193,6,236); }
td.TdClassName
{
border-color: #C106EC;
}
.TagClassName
{
border-color: #C106EC;
}
</style>