Shades of Viola #C18EA6
Tints of Viola #C18EA6
RGB
CMYK
RGB Variations
Color information
#C18EA6 (or 0xC18EA6) is known color: Viola. HEX triplet: C1, 8E and A6. RGB value is (193,142,166). Sum of RGB (Red+Green+Blue) = 193+142+166=501 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.52% from 501); Green value is 142 (55.86% from 255 or 28.34% from 501); Blue value is 166 (65.23% from 255 or 33.13% from 501); Max value from RGB is 193 - color contains mainly: red. Hex color #C18EA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C18EA6 is #3E7159. Grayscale: #9F9F9F. Windows color (decimal): -4092250 or 10915521. OLE color: 10915521.
HSL color Cylindrical-coordinate representation of color #C18EA6: hue angle of 331.76º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C18EA6 is Cyan = 0, Magento = 0.26, Yellow = 0.14 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 142 | 166 | - |
| CMYK | 0 | 0.26 | 0.14 | 0.24 |
| HSL | 331.76º | 0.29% | 0.66% | - |
| HSV(B) | 331.76º | 0.26% | 0.76% | - |
| XYZ | 38.55 | 33.44 | 40.5 | - |
| YUV | 159.99 | 131.4 | 151.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 142 | 166 | 0 | 0.26 | 0.14 | 0.24 | 331.76 | 0.29 | 0.66 |
| Hex | C1 | 8E | A6 | 0 | 1A | E | 18 | 14C | 1D | 42 |
| Octal | 301 | 216 | 246 | 0 | 32 | 16 | 30 | 514 | 35 | 102 |
| Binary | 11000001 | 10001110 | 10100110 | 0 | 11010 | 1110 | 11000 | 101001100 | 11101 | 1000010 |
Color Harmonies of #C18EA6
Complementary color
Monochromatic Colors of #C18EA6
Black with #C18EA6
Text Example
Text Example
White with #C18EA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18EA6; }
p { color: rgb(193,142,166); }
H1.HeaderClassName
{
color: #C18EA6;
}
.AnyTagClassName
{
color: #C18EA6;
}
</style>
background-color css
<style>
a { background-color: #C18EA6; }
a { background-color: rgb(193,142,166); }
div.DivClassName
{
background-color: #C18EA6;
}
.BgClassName
{
background-color: #C18EA6;
}
</style>
border-color css
<style>
span { border-color: #C18EA6; }
span { border-color: rgb(193,142,166); }
td.TdClassName
{
border-color: #C18EA6;
}
.TagClassName
{
border-color: #C18EA6;
}
</style>