Shades of Lily #CA91BB
Tints of Lily #CA91BB
RGB
CMYK
RGB Variations
Color information
#CA91BB (or 0xCA91BB) is known color: Lily. HEX triplet: CA, 91 and BB. RGB value is (202,145,187). Sum of RGB (Red+Green+Blue) = 202+145+187=534 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.83% from 534); Green value is 145 (57.03% from 255 or 27.15% from 534); Blue value is 187 (73.44% from 255 or 35.02% from 534); Max value from RGB is 202 - color contains mainly: red. Hex color #CA91BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA91BB is #356E44. Grayscale: #A6A6A6. Windows color (decimal): -3501637 or 12292554. OLE color: 12292554.
HSL color Cylindrical-coordinate representation of color #CA91BB: hue angle of 315.79º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CA91BB is Cyan = 0, Magento = 0.28, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 145 | 187 | - |
| CMYK | 0 | 0.28 | 0.07 | 0.21 |
| HSL | 315.79º | 0.35% | 0.68% | - |
| HSV(B) | 315.79º | 0.28% | 0.79% | - |
| XYZ | 43.45 | 36.4 | 51.75 | - |
| YUV | 166.83 | 139.38 | 153.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 145 | 187 | 0 | 0.28 | 0.07 | 0.21 | 315.79 | 0.35 | 0.68 |
| Hex | CA | 91 | BB | 0 | 1C | 7 | 15 | 13C | 23 | 44 |
| Octal | 312 | 221 | 273 | 0 | 34 | 7 | 25 | 474 | 43 | 104 |
| Binary | 11001010 | 10010001 | 10111011 | 0 | 11100 | 111 | 10101 | 100111100 | 100011 | 1000100 |
Color Harmonies of #CA91BB
Complementary color
Monochromatic Colors of #CA91BB
Black with #CA91BB
Text Example
Text Example
White with #CA91BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA91BB; }
p { color: rgb(202,145,187); }
H1.HeaderClassName
{
color: #CA91BB;
}
.AnyTagClassName
{
color: #CA91BB;
}
</style>
background-color css
<style>
a { background-color: #CA91BB; }
a { background-color: rgb(202,145,187); }
div.DivClassName
{
background-color: #CA91BB;
}
.BgClassName
{
background-color: #CA91BB;
}
</style>
border-color css
<style>
span { border-color: #CA91BB; }
span { border-color: rgb(202,145,187); }
td.TdClassName
{
border-color: #CA91BB;
}
.TagClassName
{
border-color: #CA91BB;
}
</style>