Shades of Lilac #CB9BC5
Tints of Lilac #CB9BC5
RGB
CMYK
RGB Variations
Color information
#CB9BC5 (or 0xCB9BC5) is known color: Lilac. HEX triplet: CB, 9B and C5. RGB value is (203,155,197). Sum of RGB (Red+Green+Blue) = 203+155+197=555 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.58% from 555); Green value is 155 (60.94% from 255 or 27.93% from 555); Blue value is 197 (77.34% from 255 or 35.50% from 555); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9BC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB9BC5 is #34643A. Grayscale: #AEAEAE. Windows color (decimal): -3433531 or 12950475. OLE color: 12950475.
HSL color Cylindrical-coordinate representation of color #CB9BC5: hue angle of 307.5º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CB9BC5 is Cyan = 0, Magento = 0.24, Yellow = 0.03 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 155 | 197 | - |
| CMYK | 0 | 0.24 | 0.03 | 0.20 |
| HSL | 307.5º | 0.32% | 0.7% | - |
| HSV(B) | 307.5º | 0.24% | 0.8% | - |
| XYZ | 46.43 | 40.17 | 58.13 | - |
| YUV | 174.14 | 140.9 | 148.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 155 | 197 | 0 | 0.24 | 0.03 | 0.20 | 307.5 | 0.32 | 0.7 |
| Hex | CB | 9B | C5 | 0 | 18 | 3 | 14 | 134 | 20 | 46 |
| Octal | 313 | 233 | 305 | 0 | 30 | 3 | 24 | 464 | 40 | 106 |
| Binary | 11001011 | 10011011 | 11000101 | 0 | 11000 | 11 | 10100 | 100110100 | 100000 | 1000110 |
Color Harmonies of #CB9BC5
Complementary color
Monochromatic Colors of #CB9BC5
Black with #CB9BC5
Text Example
Text Example
White with #CB9BC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9BC5; }
p { color: rgb(203,155,197); }
H1.HeaderClassName
{
color: #CB9BC5;
}
.AnyTagClassName
{
color: #CB9BC5;
}
</style>
background-color css
<style>
a { background-color: #CB9BC5; }
a { background-color: rgb(203,155,197); }
div.DivClassName
{
background-color: #CB9BC5;
}
.BgClassName
{
background-color: #CB9BC5;
}
</style>
border-color css
<style>
span { border-color: #CB9BC5; }
span { border-color: rgb(203,155,197); }
td.TdClassName
{
border-color: #CB9BC5;
}
.TagClassName
{
border-color: #CB9BC5;
}
</style>