Shades of Lilac #C89ABF
Tints of Lilac #C89ABF
RGB
CMYK
RGB Variations
Color information
#C89ABF (or 0xC89ABF) is known color: Lilac. HEX triplet: C8, 9A and BF. RGB value is (200,154,191). Sum of RGB (Red+Green+Blue) = 200+154+191=545 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.70% from 545); Green value is 154 (60.55% from 255 or 28.26% from 545); Blue value is 191 (75% from 255 or 35.05% from 545); Max value from RGB is 200 - color contains mainly: red. Hex color #C89ABF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C89ABF is #376540. Grayscale: #ABABAB. Windows color (decimal): -3630401 or 12557000. OLE color: 12557000.
HSL color Cylindrical-coordinate representation of color #C89ABF: hue angle of 311.74º degrees, saturation: 0.29, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C89ABF is Cyan = 0, Magento = 0.23, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 154 | 191 | - |
| CMYK | 0 | 0.23 | 0.04 | 0.22 |
| HSL | 311.74º | 0.29% | 0.69% | - |
| HSV(B) | 311.74º | 0.23% | 0.78% | - |
| XYZ | 44.78 | 39.15 | 54.49 | - |
| YUV | 171.97 | 138.74 | 147.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 154 | 191 | 0 | 0.23 | 0.04 | 0.22 | 311.74 | 0.29 | 0.69 |
| Hex | C8 | 9A | BF | 0 | 17 | 4 | 16 | 138 | 1D | 45 |
| Octal | 310 | 232 | 277 | 0 | 27 | 4 | 26 | 470 | 35 | 105 |
| Binary | 11001000 | 10011010 | 10111111 | 0 | 10111 | 100 | 10110 | 100111000 | 11101 | 1000101 |
Color Harmonies of #C89ABF
Complementary color
Monochromatic Colors of #C89ABF
Black with #C89ABF
Text Example
Text Example
White with #C89ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89ABF; }
p { color: rgb(200,154,191); }
H1.HeaderClassName
{
color: #C89ABF;
}
.AnyTagClassName
{
color: #C89ABF;
}
</style>
background-color css
<style>
a { background-color: #C89ABF; }
a { background-color: rgb(200,154,191); }
div.DivClassName
{
background-color: #C89ABF;
}
.BgClassName
{
background-color: #C89ABF;
}
</style>
border-color css
<style>
span { border-color: #C89ABF; }
span { border-color: rgb(200,154,191); }
td.TdClassName
{
border-color: #C89ABF;
}
.TagClassName
{
border-color: #C89ABF;
}
</style>