Shades of Lilac #CBA3CA
Tints of Lilac #CBA3CA
RGB
CMYK
RGB Variations
Color information
#CBA3CA (or 0xCBA3CA) is known color: Lilac. HEX triplet: CB, A3 and CA. RGB value is (203,163,202). Sum of RGB (Red+Green+Blue) = 203+163+202=568 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.74% from 568); Green value is 163 (64.06% from 255 or 28.70% from 568); Blue value is 202 (79.30% from 255 or 35.56% from 568); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA3CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA3CA is #345C35. Grayscale: #B3B3B3. Windows color (decimal): -3431478 or 13280203. OLE color: 13280203.
HSL color Cylindrical-coordinate representation of color #CBA3CA: hue angle of 301.5º degrees, saturation: 0.28, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CBA3CA is Cyan = 0, Magento = 0.20, Yellow = 0.00 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 163 | 202 | - |
| CMYK | 0 | 0.20 | 0.00 | 0.20 |
| HSL | 301.5º | 0.28% | 0.72% | - |
| HSV(B) | 301.5º | 0.2% | 0.8% | - |
| XYZ | 48.39 | 43.16 | 61.66 | - |
| YUV | 179.41 | 140.75 | 144.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 163 | 202 | 0 | 0.20 | 0.00 | 0.20 | 301.5 | 0.28 | 0.72 |
| Hex | CB | A3 | CA | 0 | 14 | 0 | 14 | 12E | 1C | 48 |
| Octal | 313 | 243 | 312 | 0 | 24 | 0 | 24 | 456 | 34 | 110 |
| Binary | 11001011 | 10100011 | 11001010 | 0 | 10100 | 0 | 10100 | 100101110 | 11100 | 1001000 |
Color Harmonies of #CBA3CA
Complementary color
Monochromatic Colors of #CBA3CA
Black with #CBA3CA
Text Example
Text Example
White with #CBA3CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA3CA; }
p { color: rgb(203,163,202); }
H1.HeaderClassName
{
color: #CBA3CA;
}
.AnyTagClassName
{
color: #CBA3CA;
}
</style>
background-color css
<style>
a { background-color: #CBA3CA; }
a { background-color: rgb(203,163,202); }
div.DivClassName
{
background-color: #CBA3CA;
}
.BgClassName
{
background-color: #CBA3CA;
}
</style>
border-color css
<style>
span { border-color: #CBA3CA; }
span { border-color: rgb(203,163,202); }
td.TdClassName
{
border-color: #CBA3CA;
}
.TagClassName
{
border-color: #CBA3CA;
}
</style>