Shades of Lilac #C186C5
Tints of Lilac #C186C5
RGB
CMYK
RGB Variations
Color information
#C186C5 (or 0xC186C5) is known color: Lilac. HEX triplet: C1, 86 and C5. RGB value is (193,134,197). Sum of RGB (Red+Green+Blue) = 193+134+197=524 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.83% from 524); Green value is 134 (52.73% from 255 or 25.57% from 524); Blue value is 197 (77.34% from 255 or 37.60% from 524); Max value from RGB is 197 - color contains mainly: blue. Hex color #C186C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C186C5 is #3E793A. Grayscale: #9E9E9E. Windows color (decimal): -4094267 or 12945089. OLE color: 12945089.
HSL color Cylindrical-coordinate representation of color #C186C5: hue angle of 296.19º degrees, saturation: 0.35, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C186C5 is Cyan = 0.02, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 193 | 134 | 197 | - |
| CMYK | 0.02 | 0.32 | 0 | 0.23 |
| HSL | 296.19º | 0.35% | 0.65% | - |
| HSV(B) | 296.19º | 0.32% | 0.77% | - |
| XYZ | 40.6 | 32.42 | 56.94 | - |
| YUV | 158.82 | 149.55 | 152.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 134 | 197 | 0.02 | 0.32 | 0 | 0.23 | 296.19 | 0.35 | 0.65 |
| Hex | C1 | 86 | C5 | 2 | 20 | 0 | 17 | 128 | 23 | 41 |
| Octal | 301 | 206 | 305 | 2 | 40 | 0 | 27 | 450 | 43 | 101 |
| Binary | 11000001 | 10000110 | 11000101 | 10 | 100000 | 0 | 10111 | 100101000 | 100011 | 1000001 |
Color Harmonies of #C186C5
Complementary color
Monochromatic Colors of #C186C5
Black with #C186C5
Text Example
Text Example
White with #C186C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C186C5; }
p { color: rgb(193,134,197); }
H1.HeaderClassName
{
color: #C186C5;
}
.AnyTagClassName
{
color: #C186C5;
}
</style>
background-color css
<style>
a { background-color: #C186C5; }
a { background-color: rgb(193,134,197); }
div.DivClassName
{
background-color: #C186C5;
}
.BgClassName
{
background-color: #C186C5;
}
</style>
border-color css
<style>
span { border-color: #C186C5; }
span { border-color: rgb(193,134,197); }
td.TdClassName
{
border-color: #C186C5;
}
.TagClassName
{
border-color: #C186C5;
}
</style>