Shades of Lilac #CB9BCD
Tints of Lilac #CB9BCD
RGB
CMYK
RGB Variations
Color information
#CB9BCD (or 0xCB9BCD) is known color: Lilac. HEX triplet: CB, 9B and CD. RGB value is (203,155,205). Sum of RGB (Red+Green+Blue) = 203+155+205=563 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.06% from 563); Green value is 155 (60.94% from 255 or 27.53% from 563); Blue value is 205 (80.47% from 255 or 36.41% from 563); Max value from RGB is 205 - color contains mainly: blue. Hex color #CB9BCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB9BCD is #346432. Grayscale: #AEAEAE. Windows color (decimal): -3433523 or 13474763. OLE color: 13474763.
HSL color Cylindrical-coordinate representation of color #CB9BCD: hue angle of 297.6º 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 #CB9BCD is Cyan = 0.01, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 155 | 205 | - |
| CMYK | 0.01 | 0.24 | 0 | 0.20 |
| HSL | 297.6º | 0.33% | 0.71% | - |
| HSV(B) | 297.6º | 0.24% | 0.8% | - |
| XYZ | 47.37 | 40.55 | 63.09 | - |
| YUV | 175.05 | 144.9 | 147.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 155 | 205 | 0.01 | 0.24 | 0 | 0.20 | 297.6 | 0.33 | 0.71 |
| Hex | CB | 9B | CD | 1 | 18 | 0 | 14 | 12A | 21 | 47 |
| Octal | 313 | 233 | 315 | 1 | 30 | 0 | 24 | 452 | 41 | 107 |
| Binary | 11001011 | 10011011 | 11001101 | 1 | 11000 | 0 | 10100 | 100101010 | 100001 | 1000111 |
Color Harmonies of #CB9BCD
Complementary color
Monochromatic Colors of #CB9BCD
Black with #CB9BCD
Text Example
Text Example
White with #CB9BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9BCD; }
p { color: rgb(203,155,205); }
H1.HeaderClassName
{
color: #CB9BCD;
}
.AnyTagClassName
{
color: #CB9BCD;
}
</style>
background-color css
<style>
a { background-color: #CB9BCD; }
a { background-color: rgb(203,155,205); }
div.DivClassName
{
background-color: #CB9BCD;
}
.BgClassName
{
background-color: #CB9BCD;
}
</style>
border-color css
<style>
span { border-color: #CB9BCD; }
span { border-color: rgb(203,155,205); }
td.TdClassName
{
border-color: #CB9BCD;
}
.TagClassName
{
border-color: #CB9BCD;
}
</style>