Shades of Lilac #CBA1CB
Tints of Lilac #CBA1CB
RGB
CMYK
RGB Variations
Color information
#CBA1CB (or 0xCBA1CB) is known color: Lilac. HEX triplet: CB, A1 and CB. RGB value is (203,161,203). Sum of RGB (Red+Green+Blue) = 203+161+203=567 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.80% from 567); Green value is 161 (63.28% from 255 or 28.40% from 567); Blue value is 203 (79.69% from 255 or 35.80% from 567); Max value from RGB is 203 - color contains mainly: red, blue. Hex color #CBA1CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA1CB is #345E34. Grayscale: #B2B2B2. Windows color (decimal): -3431989 or 13345227. OLE color: 13345227.
HSL color Cylindrical-coordinate representation of color #CBA1CB: hue angle of 300º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CBA1CB is Cyan = 0, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 161 | 203 | - |
| CMYK | 0 | 0.21 | 0 | 0.20 |
| HSL | 300º | 0.29% | 0.71% | - |
| HSV(B) | 300º | 0.21% | 0.8% | - |
| XYZ | 48.15 | 42.5 | 62.16 | - |
| YUV | 178.35 | 141.91 | 145.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 161 | 203 | 0 | 0.21 | 0 | 0.20 | 300 | 0.29 | 0.71 |
| Hex | CB | A1 | CB | 0 | 15 | 0 | 14 | 12C | 1D | 47 |
| Octal | 313 | 241 | 313 | 0 | 25 | 0 | 24 | 454 | 35 | 107 |
| Binary | 11001011 | 10100001 | 11001011 | 0 | 10101 | 0 | 10100 | 100101100 | 11101 | 1000111 |
Color Harmonies of #CBA1CB
Complementary color
Monochromatic Colors of #CBA1CB
Black with #CBA1CB
Text Example
Text Example
White with #CBA1CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA1CB; }
p { color: rgb(203,161,203); }
H1.HeaderClassName
{
color: #CBA1CB;
}
.AnyTagClassName
{
color: #CBA1CB;
}
</style>
background-color css
<style>
a { background-color: #CBA1CB; }
a { background-color: rgb(203,161,203); }
div.DivClassName
{
background-color: #CBA1CB;
}
.BgClassName
{
background-color: #CBA1CB;
}
</style>
border-color css
<style>
span { border-color: #CBA1CB; }
span { border-color: rgb(203,161,203); }
td.TdClassName
{
border-color: #CBA1CB;
}
.TagClassName
{
border-color: #CBA1CB;
}
</style>