Shades of Lilac #C187C0
Tints of Lilac #C187C0
RGB
CMYK
RGB Variations
Color information
#C187C0 (or 0xC187C0) is known color: Lilac. HEX triplet: C1, 87 and C0. RGB value is (193,135,192). Sum of RGB (Red+Green+Blue) = 193+135+192=520 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.12% from 520); Green value is 135 (53.12% from 255 or 25.96% from 520); Blue value is 192 (75.39% from 255 or 36.92% from 520); Max value from RGB is 193 - color contains mainly: red. Hex color #C187C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C187C0 is #3E783F. Grayscale: #9E9E9E. Windows color (decimal): -4094016 or 12617665. OLE color: 12617665.
HSL color Cylindrical-coordinate representation of color #C187C0: hue angle of 301.03º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C187C0 is Cyan = 0, Magento = 0.30, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 135 | 192 | - |
| CMYK | 0 | 0.30 | 0.01 | 0.24 |
| HSL | 301.03º | 0.32% | 0.64% | - |
| HSV(B) | 301.03º | 0.3% | 0.76% | - |
| XYZ | 40.17 | 32.47 | 54.02 | - |
| YUV | 158.84 | 146.72 | 152.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 135 | 192 | 0 | 0.30 | 0.01 | 0.24 | 301.03 | 0.32 | 0.64 |
| Hex | C1 | 87 | C0 | 0 | 1E | 1 | 18 | 12D | 20 | 40 |
| Octal | 301 | 207 | 300 | 0 | 36 | 1 | 30 | 455 | 40 | 100 |
| Binary | 11000001 | 10000111 | 11000000 | 0 | 11110 | 1 | 11000 | 100101101 | 100000 | 1000000 |
Color Harmonies of #C187C0
Complementary color
Monochromatic Colors of #C187C0
Black with #C187C0
Text Example
Text Example
White with #C187C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C187C0; }
p { color: rgb(193,135,192); }
H1.HeaderClassName
{
color: #C187C0;
}
.AnyTagClassName
{
color: #C187C0;
}
</style>
background-color css
<style>
a { background-color: #C187C0; }
a { background-color: rgb(193,135,192); }
div.DivClassName
{
background-color: #C187C0;
}
.BgClassName
{
background-color: #C187C0;
}
</style>
border-color css
<style>
span { border-color: #C187C0; }
span { border-color: rgb(193,135,192); }
td.TdClassName
{
border-color: #C187C0;
}
.TagClassName
{
border-color: #C187C0;
}
</style>