Shades of Lilac #C89BBF
Tints of Lilac #C89BBF
RGB
CMYK
RGB Variations
Color information
#C89BBF (or 0xC89BBF) is known color: Lilac. HEX triplet: C8, 9B and BF. RGB value is (200,155,191). Sum of RGB (Red+Green+Blue) = 200+155+191=546 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.63% from 546); Green value is 155 (60.94% from 255 or 28.39% from 546); Blue value is 191 (75% from 255 or 34.98% from 546); Max value from RGB is 200 - color contains mainly: red. Hex color #C89BBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C89BBF is #376440. Grayscale: #ACACAC. Windows color (decimal): -3630145 or 12557256. OLE color: 12557256.
HSL color Cylindrical-coordinate representation of color #C89BBF: hue angle of 312º degrees, saturation: 0.29, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C89BBF is Cyan = 0, Magento = 0.22, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 155 | 191 | - |
| CMYK | 0 | 0.22 | 0.04 | 0.22 |
| HSL | 312º | 0.29% | 0.7% | - |
| HSV(B) | 312º | 0.23% | 0.78% | - |
| XYZ | 44.94 | 39.48 | 54.54 | - |
| YUV | 172.56 | 138.41 | 147.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 155 | 191 | 0 | 0.22 | 0.04 | 0.22 | 312 | 0.29 | 0.7 |
| Hex | C8 | 9B | BF | 0 | 16 | 4 | 16 | 138 | 1D | 46 |
| Octal | 310 | 233 | 277 | 0 | 26 | 4 | 26 | 470 | 35 | 106 |
| Binary | 11001000 | 10011011 | 10111111 | 0 | 10110 | 100 | 10110 | 100111000 | 11101 | 1000110 |
Color Harmonies of #C89BBF
Complementary color
Monochromatic Colors of #C89BBF
Black with #C89BBF
Text Example
Text Example
White with #C89BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89BBF; }
p { color: rgb(200,155,191); }
H1.HeaderClassName
{
color: #C89BBF;
}
.AnyTagClassName
{
color: #C89BBF;
}
</style>
background-color css
<style>
a { background-color: #C89BBF; }
a { background-color: rgb(200,155,191); }
div.DivClassName
{
background-color: #C89BBF;
}
.BgClassName
{
background-color: #C89BBF;
}
</style>
border-color css
<style>
span { border-color: #C89BBF; }
span { border-color: rgb(200,155,191); }
td.TdClassName
{
border-color: #C89BBF;
}
.TagClassName
{
border-color: #C89BBF;
}
</style>