Shades of Electric Purple #C106EA
Tints of Electric Purple #C106EA
RGB
CMYK
RGB Variations
Color information
#C106EA (or 0xC106EA) is known color: Electric Purple. HEX triplet: C1, 06 and EA. RGB value is (193,6,234). Sum of RGB (Red+Green+Blue) = 193+6+234=433 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.57% from 433); Green value is 6 (2.73% from 255 or 1.39% from 433); Blue value is 234 (91.80% from 255 or 54.04% from 433); Max value from RGB is 234 - color contains mainly: blue. Hex color #C106EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C106EA is #3EF915. Grayscale: #575757. Windows color (decimal): -4126998 or 15337153. OLE color: 15337153.
HSL color Cylindrical-coordinate representation of color #C106EA: hue angle of 289.21º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C106EA is Cyan = 0.18, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 193 | 6 | 234 | - |
| CMYK | 0.18 | 0.97 | 0 | 0.08 |
| HSL | 289.21º | 0.95% | 0.47% | - |
| HSV(B) | 289.21º | 0.97% | 0.92% | - |
| XYZ | 36.91 | 17.41 | 79.26 | - |
| YUV | 87.91 | 210.45 | 202.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 6 | 234 | 0.18 | 0.97 | 0 | 0.08 | 289.21 | 0.95 | 0.47 |
| Hex | C1 | 6 | EA | 12 | 61 | 0 | 8 | 121 | 5F | 2F |
| Octal | 301 | 6 | 352 | 22 | 141 | 0 | 10 | 441 | 137 | 57 |
| Binary | 11000001 | 110 | 11101010 | 10010 | 1100001 | 0 | 1000 | 100100001 | 1011111 | 101111 |
Color Harmonies of #C106EA
Complementary color
Monochromatic Colors of #C106EA
Black with #C106EA
Text Example
Text Example
White with #C106EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C106EA; }
p { color: rgb(193,6,234); }
H1.HeaderClassName
{
color: #C106EA;
}
.AnyTagClassName
{
color: #C106EA;
}
</style>
background-color css
<style>
a { background-color: #C106EA; }
a { background-color: rgb(193,6,234); }
div.DivClassName
{
background-color: #C106EA;
}
.BgClassName
{
background-color: #C106EA;
}
</style>
border-color css
<style>
span { border-color: #C106EA; }
span { border-color: rgb(193,6,234); }
td.TdClassName
{
border-color: #C106EA;
}
.TagClassName
{
border-color: #C106EA;
}
</style>