Shades of Lilac #C89BCD
Tints of Lilac #C89BCD
RGB
CMYK
RGB Variations
Color information
#C89BCD (or 0xC89BCD) is known color: Lilac. HEX triplet: C8, 9B and CD. RGB value is (200,155,205). Sum of RGB (Red+Green+Blue) = 200+155+205=560 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.71% from 560); Green value is 155 (60.94% from 255 or 27.68% from 560); Blue value is 205 (80.47% from 255 or 36.61% from 560); Max value from RGB is 205 - color contains mainly: blue. Hex color #C89BCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C89BCD is #376432. Grayscale: #AEAEAE. Windows color (decimal): -3630131 or 13474760. OLE color: 13474760.
HSL color Cylindrical-coordinate representation of color #C89BCD: hue angle of 294º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C89BCD is Cyan = 0.02, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 200 | 155 | 205 | - |
| CMYK | 0.02 | 0.24 | 0 | 0.20 |
| HSL | 294º | 0.33% | 0.71% | - |
| HSV(B) | 294º | 0.24% | 0.8% | - |
| XYZ | 46.56 | 40.13 | 63.05 | - |
| YUV | 174.16 | 145.41 | 146.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 155 | 205 | 0.02 | 0.24 | 0 | 0.20 | 294 | 0.33 | 0.71 |
| Hex | C8 | 9B | CD | 2 | 18 | 0 | 14 | 126 | 21 | 47 |
| Octal | 310 | 233 | 315 | 2 | 30 | 0 | 24 | 446 | 41 | 107 |
| Binary | 11001000 | 10011011 | 11001101 | 10 | 11000 | 0 | 10100 | 100100110 | 100001 | 1000111 |
Color Harmonies of #C89BCD
Complementary color
Monochromatic Colors of #C89BCD
Black with #C89BCD
Text Example
Text Example
White with #C89BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89BCD; }
p { color: rgb(200,155,205); }
H1.HeaderClassName
{
color: #C89BCD;
}
.AnyTagClassName
{
color: #C89BCD;
}
</style>
background-color css
<style>
a { background-color: #C89BCD; }
a { background-color: rgb(200,155,205); }
div.DivClassName
{
background-color: #C89BCD;
}
.BgClassName
{
background-color: #C89BCD;
}
</style>
border-color css
<style>
span { border-color: #C89BCD; }
span { border-color: rgb(200,155,205); }
td.TdClassName
{
border-color: #C89BCD;
}
.TagClassName
{
border-color: #C89BCD;
}
</style>