Shades of Lilac #C5A9CB
Tints of Lilac #C5A9CB
RGB
CMYK
RGB Variations
Color information
#C5A9CB (or 0xC5A9CB) is known color: Lilac. HEX triplet: C5, A9 and CB. RGB value is (197,169,203). Sum of RGB (Red+Green+Blue) = 197+169+203=569 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.62% from 569); Green value is 169 (66.41% from 255 or 29.70% from 569); Blue value is 203 (79.69% from 255 or 35.68% from 569); Max value from RGB is 203 - color contains mainly: blue. Hex color #C5A9CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5A9CB is #3A5634. Grayscale: #B5B5B5. Windows color (decimal): -3823157 or 13347269. OLE color: 13347269.
HSL color Cylindrical-coordinate representation of color #C5A9CB: hue angle of 289.41º 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 #C5A9CB is Cyan = 0.03, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 197 | 169 | 203 | - |
| CMYK | 0.03 | 0.17 | 0 | 0.20 |
| HSL | 289.41º | 0.25% | 0.73% | - |
| HSV(B) | 289.41º | 0.17% | 0.8% | - |
| XYZ | 47.99 | 44.56 | 62.57 | - |
| YUV | 181.25 | 140.28 | 139.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 169 | 203 | 0.03 | 0.17 | 0 | 0.20 | 289.41 | 0.25 | 0.73 |
| Hex | C5 | A9 | CB | 3 | 11 | 0 | 14 | 121 | 19 | 49 |
| Octal | 305 | 251 | 313 | 3 | 21 | 0 | 24 | 441 | 31 | 111 |
| Binary | 11000101 | 10101001 | 11001011 | 11 | 10001 | 0 | 10100 | 100100001 | 11001 | 1001001 |
Color Harmonies of #C5A9CB
Complementary color
Monochromatic Colors of #C5A9CB
Black with #C5A9CB
Text Example
Text Example
White with #C5A9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A9CB; }
p { color: rgb(197,169,203); }
H1.HeaderClassName
{
color: #C5A9CB;
}
.AnyTagClassName
{
color: #C5A9CB;
}
</style>
background-color css
<style>
a { background-color: #C5A9CB; }
a { background-color: rgb(197,169,203); }
div.DivClassName
{
background-color: #C5A9CB;
}
.BgClassName
{
background-color: #C5A9CB;
}
</style>
border-color css
<style>
span { border-color: #C5A9CB; }
span { border-color: rgb(197,169,203); }
td.TdClassName
{
border-color: #C5A9CB;
}
.TagClassName
{
border-color: #C5A9CB;
}
</style>