Shades of Lilac #CBA9CB
Tints of Lilac #CBA9CB
RGB
CMYK
RGB Variations
Color information
#CBA9CB (or 0xCBA9CB) is known color: Lilac. HEX triplet: CB, A9 and CB. RGB value is (203,169,203). Sum of RGB (Red+Green+Blue) = 203+169+203=575 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.30% from 575); Green value is 169 (66.41% from 255 or 29.39% from 575); Blue value is 203 (79.69% from 255 or 35.30% from 575); Max value from RGB is 203 - color contains mainly: red, blue. Hex color #CBA9CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA9CB is #345634. Grayscale: #B6B6B6. Windows color (decimal): -3429941 or 13347275. OLE color: 13347275.
HSL color Cylindrical-coordinate representation of color #CBA9CB: hue angle of 300º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CBA9CB is Cyan = 0, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 169 | 203 | - |
| CMYK | 0 | 0.17 | 0 | 0.20 |
| HSL | 300º | 0.25% | 0.73% | - |
| HSV(B) | 300º | 0.17% | 0.8% | - |
| XYZ | 49.6 | 45.38 | 62.65 | - |
| YUV | 183.04 | 139.26 | 142.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 169 | 203 | 0 | 0.17 | 0 | 0.20 | 300 | 0.25 | 0.73 |
| Hex | CB | A9 | CB | 0 | 11 | 0 | 14 | 12C | 19 | 49 |
| Octal | 313 | 251 | 313 | 0 | 21 | 0 | 24 | 454 | 31 | 111 |
| Binary | 11001011 | 10101001 | 11001011 | 0 | 10001 | 0 | 10100 | 100101100 | 11001 | 1001001 |
Color Harmonies of #CBA9CB
Complementary color
Monochromatic Colors of #CBA9CB
Black with #CBA9CB
Text Example
Text Example
White with #CBA9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA9CB; }
p { color: rgb(203,169,203); }
H1.HeaderClassName
{
color: #CBA9CB;
}
.AnyTagClassName
{
color: #CBA9CB;
}
</style>
background-color css
<style>
a { background-color: #CBA9CB; }
a { background-color: rgb(203,169,203); }
div.DivClassName
{
background-color: #CBA9CB;
}
.BgClassName
{
background-color: #CBA9CB;
}
</style>
border-color css
<style>
span { border-color: #CBA9CB; }
span { border-color: rgb(203,169,203); }
td.TdClassName
{
border-color: #CBA9CB;
}
.TagClassName
{
border-color: #CBA9CB;
}
</style>