Shades of Lilac #C187BF
Tints of Lilac #C187BF
RGB
CMYK
RGB Variations
Color information
#C187BF (or 0xC187BF) is known color: Lilac. HEX triplet: C1, 87 and BF. RGB value is (193,135,191). Sum of RGB (Red+Green+Blue) = 193+135+191=519 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.19% from 519); Green value is 135 (53.12% from 255 or 26.01% from 519); Blue value is 191 (75% from 255 or 36.80% from 519); Max value from RGB is 193 - color contains mainly: red. Hex color #C187BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C187BF is #3E7840. Grayscale: #9E9E9E. Windows color (decimal): -4094017 or 12552129. OLE color: 12552129.
HSL color Cylindrical-coordinate representation of color #C187BF: hue angle of 302.07º 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 #C187BF is Cyan = 0, Magento = 0.30, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 135 | 191 | - |
| CMYK | 0 | 0.30 | 0.01 | 0.24 |
| HSL | 302.07º | 0.32% | 0.64% | - |
| HSV(B) | 302.07º | 0.3% | 0.76% | - |
| XYZ | 40.06 | 32.43 | 53.44 | - |
| YUV | 158.73 | 146.22 | 152.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 135 | 191 | 0 | 0.30 | 0.01 | 0.24 | 302.07 | 0.32 | 0.64 |
| Hex | C1 | 87 | BF | 0 | 1E | 1 | 18 | 12E | 20 | 40 |
| Octal | 301 | 207 | 277 | 0 | 36 | 1 | 30 | 456 | 40 | 100 |
| Binary | 11000001 | 10000111 | 10111111 | 0 | 11110 | 1 | 11000 | 100101110 | 100000 | 1000000 |
Color Harmonies of #C187BF
Complementary color
Monochromatic Colors of #C187BF
Black with #C187BF
Text Example
Text Example
White with #C187BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C187BF; }
p { color: rgb(193,135,191); }
H1.HeaderClassName
{
color: #C187BF;
}
.AnyTagClassName
{
color: #C187BF;
}
</style>
background-color css
<style>
a { background-color: #C187BF; }
a { background-color: rgb(193,135,191); }
div.DivClassName
{
background-color: #C187BF;
}
.BgClassName
{
background-color: #C187BF;
}
</style>
border-color css
<style>
span { border-color: #C187BF; }
span { border-color: rgb(193,135,191); }
td.TdClassName
{
border-color: #C187BF;
}
.TagClassName
{
border-color: #C187BF;
}
</style>