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