Shades of Lilac #CA9BC5
Tints of Lilac #CA9BC5
RGB
CMYK
RGB Variations
Color information
#CA9BC5 (or 0xCA9BC5) is known color: Lilac. HEX triplet: CA, 9B and C5. RGB value is (202,155,197). Sum of RGB (Red+Green+Blue) = 202+155+197=554 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.46% from 554); Green value is 155 (60.94% from 255 or 27.98% from 554); Blue value is 197 (77.34% from 255 or 35.56% from 554); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9BC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA9BC5 is #35643A. Grayscale: #ADADAD. Windows color (decimal): -3499067 or 12950474. OLE color: 12950474.
HSL color Cylindrical-coordinate representation of color #CA9BC5: hue angle of 306.38º degrees, saturation: 0.31, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CA9BC5 is Cyan = 0, Magento = 0.23, Yellow = 0.02 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 155 | 197 | - |
| CMYK | 0 | 0.23 | 0.02 | 0.21 |
| HSL | 306.38º | 0.31% | 0.7% | - |
| HSV(B) | 306.38º | 0.23% | 0.79% | - |
| XYZ | 46.16 | 40.03 | 58.12 | - |
| YUV | 173.84 | 141.07 | 148.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 155 | 197 | 0 | 0.23 | 0.02 | 0.21 | 306.38 | 0.31 | 0.7 |
| Hex | CA | 9B | C5 | 0 | 17 | 2 | 15 | 132 | 1F | 46 |
| Octal | 312 | 233 | 305 | 0 | 27 | 2 | 25 | 462 | 37 | 106 |
| Binary | 11001010 | 10011011 | 11000101 | 0 | 10111 | 10 | 10101 | 100110010 | 11111 | 1000110 |
Color Harmonies of #CA9BC5
Complementary color
Monochromatic Colors of #CA9BC5
Black with #CA9BC5
Text Example
Text Example
White with #CA9BC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9BC5; }
p { color: rgb(202,155,197); }
H1.HeaderClassName
{
color: #CA9BC5;
}
.AnyTagClassName
{
color: #CA9BC5;
}
</style>
background-color css
<style>
a { background-color: #CA9BC5; }
a { background-color: rgb(202,155,197); }
div.DivClassName
{
background-color: #CA9BC5;
}
.BgClassName
{
background-color: #CA9BC5;
}
</style>
border-color css
<style>
span { border-color: #CA9BC5; }
span { border-color: rgb(202,155,197); }
td.TdClassName
{
border-color: #CA9BC5;
}
.TagClassName
{
border-color: #CA9BC5;
}
</style>