Shades of Lilac #CBA3C4
Tints of Lilac #CBA3C4
RGB
CMYK
RGB Variations
Color information
#CBA3C4 (or 0xCBA3C4) is known color: Lilac. HEX triplet: CB, A3 and C4. RGB value is (203,163,196). Sum of RGB (Red+Green+Blue) = 203+163+196=562 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.12% from 562); Green value is 163 (64.06% from 255 or 29.00% from 562); Blue value is 196 (76.95% from 255 or 34.88% from 562); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA3C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA3C4 is #345C3B. Grayscale: #B2B2B2. Windows color (decimal): -3431484 or 12886987. OLE color: 12886987.
HSL color Cylindrical-coordinate representation of color #CBA3C4: hue angle of 310.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 #CBA3C4 is Cyan = 0, Magento = 0.20, Yellow = 0.03 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 163 | 196 | - |
| CMYK | 0 | 0.20 | 0.03 | 0.20 |
| HSL | 310.5º | 0.28% | 0.72% | - |
| HSV(B) | 310.5º | 0.2% | 0.8% | - |
| XYZ | 47.69 | 42.88 | 57.99 | - |
| YUV | 178.72 | 137.75 | 145.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 163 | 196 | 0 | 0.20 | 0.03 | 0.20 | 310.5 | 0.28 | 0.72 |
| Hex | CB | A3 | C4 | 0 | 14 | 3 | 14 | 136 | 1C | 48 |
| Octal | 313 | 243 | 304 | 0 | 24 | 3 | 24 | 466 | 34 | 110 |
| Binary | 11001011 | 10100011 | 11000100 | 0 | 10100 | 11 | 10100 | 100110110 | 11100 | 1001000 |
Color Harmonies of #CBA3C4
Complementary color
Monochromatic Colors of #CBA3C4
Black with #CBA3C4
Text Example
Text Example
White with #CBA3C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA3C4; }
p { color: rgb(203,163,196); }
H1.HeaderClassName
{
color: #CBA3C4;
}
.AnyTagClassName
{
color: #CBA3C4;
}
</style>
background-color css
<style>
a { background-color: #CBA3C4; }
a { background-color: rgb(203,163,196); }
div.DivClassName
{
background-color: #CBA3C4;
}
.BgClassName
{
background-color: #CBA3C4;
}
</style>
border-color css
<style>
span { border-color: #CBA3C4; }
span { border-color: rgb(203,163,196); }
td.TdClassName
{
border-color: #CBA3C4;
}
.TagClassName
{
border-color: #CBA3C4;
}
</style>