Shades of Lily #CA9BBE
Tints of Lily #CA9BBE
RGB
CMYK
RGB Variations
Color information
#CA9BBE (or 0xCA9BBE) is known color: Lily. HEX triplet: CA, 9B and BE. RGB value is (202,155,190). Sum of RGB (Red+Green+Blue) = 202+155+190=547 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.93% from 547); Green value is 155 (60.94% from 255 or 28.34% from 547); Blue value is 190 (74.61% from 255 or 34.73% from 547); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9BBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA9BBE is #356441. Grayscale: #ACACAC. Windows color (decimal): -3499074 or 12491722. OLE color: 12491722.
HSL color Cylindrical-coordinate representation of color #CA9BBE: hue angle of 315.32º 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 #CA9BBE is Cyan = 0, Magento = 0.23, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 155 | 190 | - |
| CMYK | 0 | 0.23 | 0.06 | 0.21 |
| HSL | 315.32º | 0.31% | 0.7% | - |
| HSV(B) | 315.32º | 0.23% | 0.79% | - |
| XYZ | 45.37 | 39.72 | 53.99 | - |
| YUV | 173.04 | 137.57 | 148.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 155 | 190 | 0 | 0.23 | 0.06 | 0.21 | 315.32 | 0.31 | 0.7 |
| Hex | CA | 9B | BE | 0 | 17 | 6 | 15 | 13B | 1F | 46 |
| Octal | 312 | 233 | 276 | 0 | 27 | 6 | 25 | 473 | 37 | 106 |
| Binary | 11001010 | 10011011 | 10111110 | 0 | 10111 | 110 | 10101 | 100111011 | 11111 | 1000110 |
Color Harmonies of #CA9BBE
Complementary color
Monochromatic Colors of #CA9BBE
Black with #CA9BBE
Text Example
Text Example
White with #CA9BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9BBE; }
p { color: rgb(202,155,190); }
H1.HeaderClassName
{
color: #CA9BBE;
}
.AnyTagClassName
{
color: #CA9BBE;
}
</style>
background-color css
<style>
a { background-color: #CA9BBE; }
a { background-color: rgb(202,155,190); }
div.DivClassName
{
background-color: #CA9BBE;
}
.BgClassName
{
background-color: #CA9BBE;
}
</style>
border-color css
<style>
span { border-color: #CA9BBE; }
span { border-color: rgb(202,155,190); }
td.TdClassName
{
border-color: #CA9BBE;
}
.TagClassName
{
border-color: #CA9BBE;
}
</style>