Shades of Lilac #CA9BCD
Tints of Lilac #CA9BCD
RGB
CMYK
RGB Variations
Color information
#CA9BCD (or 0xCA9BCD) is known color: Lilac. HEX triplet: CA, 9B and CD. RGB value is (202,155,205). Sum of RGB (Red+Green+Blue) = 202+155+205=562 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.94% from 562); Green value is 155 (60.94% from 255 or 27.58% from 562); Blue value is 205 (80.47% from 255 or 36.48% from 562); Max value from RGB is 205 - color contains mainly: blue. Hex color #CA9BCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA9BCD is #356432. Grayscale: #AEAEAE. Windows color (decimal): -3499059 or 13474762. OLE color: 13474762.
HSL color Cylindrical-coordinate representation of color #CA9BCD: hue angle of 296.4º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CA9BCD is Cyan = 0.01, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 202 | 155 | 205 | - |
| CMYK | 0.01 | 0.24 | 0 | 0.20 |
| HSL | 296.4º | 0.33% | 0.71% | - |
| HSV(B) | 296.4º | 0.24% | 0.8% | - |
| XYZ | 47.1 | 40.41 | 63.07 | - |
| YUV | 174.75 | 145.07 | 147.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 155 | 205 | 0.01 | 0.24 | 0 | 0.20 | 296.4 | 0.33 | 0.71 |
| Hex | CA | 9B | CD | 1 | 18 | 0 | 14 | 128 | 21 | 47 |
| Octal | 312 | 233 | 315 | 1 | 30 | 0 | 24 | 450 | 41 | 107 |
| Binary | 11001010 | 10011011 | 11001101 | 1 | 11000 | 0 | 10100 | 100101000 | 100001 | 1000111 |
Color Harmonies of #CA9BCD
Complementary color
Monochromatic Colors of #CA9BCD
Black with #CA9BCD
Text Example
Text Example
White with #CA9BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9BCD; }
p { color: rgb(202,155,205); }
H1.HeaderClassName
{
color: #CA9BCD;
}
.AnyTagClassName
{
color: #CA9BCD;
}
</style>
background-color css
<style>
a { background-color: #CA9BCD; }
a { background-color: rgb(202,155,205); }
div.DivClassName
{
background-color: #CA9BCD;
}
.BgClassName
{
background-color: #CA9BCD;
}
</style>
border-color css
<style>
span { border-color: #CA9BCD; }
span { border-color: rgb(202,155,205); }
td.TdClassName
{
border-color: #CA9BCD;
}
.TagClassName
{
border-color: #CA9BCD;
}
</style>