Shades of Lilac #C89BC0
Tints of Lilac #C89BC0
RGB
CMYK
RGB Variations
Color information
#C89BC0 (or 0xC89BC0) is known color: Lilac. HEX triplet: C8, 9B and C0. RGB value is (200,155,192). Sum of RGB (Red+Green+Blue) = 200+155+192=547 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.56% from 547); Green value is 155 (60.94% from 255 or 28.34% from 547); Blue value is 192 (75.39% from 255 or 35.10% from 547); Max value from RGB is 200 - color contains mainly: red. Hex color #C89BC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C89BC0 is #37643F. Grayscale: #ACACAC. Windows color (decimal): -3630144 or 12622792. OLE color: 12622792.
HSL color Cylindrical-coordinate representation of color #C89BC0: hue angle of 310.67º 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 #C89BC0 is Cyan = 0, Magento = 0.22, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 155 | 192 | - |
| CMYK | 0 | 0.22 | 0.04 | 0.22 |
| HSL | 310.67º | 0.29% | 0.7% | - |
| HSV(B) | 310.67º | 0.23% | 0.78% | - |
| XYZ | 45.06 | 39.53 | 55.12 | - |
| YUV | 172.67 | 138.91 | 147.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 155 | 192 | 0 | 0.22 | 0.04 | 0.22 | 310.67 | 0.29 | 0.7 |
| Hex | C8 | 9B | C0 | 0 | 16 | 4 | 16 | 137 | 1D | 46 |
| Octal | 310 | 233 | 300 | 0 | 26 | 4 | 26 | 467 | 35 | 106 |
| Binary | 11001000 | 10011011 | 11000000 | 0 | 10110 | 100 | 10110 | 100110111 | 11101 | 1000110 |
Color Harmonies of #C89BC0
Complementary color
Monochromatic Colors of #C89BC0
Black with #C89BC0
Text Example
Text Example
White with #C89BC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89BC0; }
p { color: rgb(200,155,192); }
H1.HeaderClassName
{
color: #C89BC0;
}
.AnyTagClassName
{
color: #C89BC0;
}
</style>
background-color css
<style>
a { background-color: #C89BC0; }
a { background-color: rgb(200,155,192); }
div.DivClassName
{
background-color: #C89BC0;
}
.BgClassName
{
background-color: #C89BC0;
}
</style>
border-color css
<style>
span { border-color: #C89BC0; }
span { border-color: rgb(200,155,192); }
td.TdClassName
{
border-color: #C89BC0;
}
.TagClassName
{
border-color: #C89BC0;
}
</style>