Shades of Lily #CA91BC
Tints of Lily #CA91BC
RGB
CMYK
RGB Variations
Color information
#CA91BC (or 0xCA91BC) is known color: Lily. HEX triplet: CA, 91 and BC. RGB value is (202,145,188). Sum of RGB (Red+Green+Blue) = 202+145+188=535 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.76% from 535); Green value is 145 (57.03% from 255 or 27.10% from 535); Blue value is 188 (73.83% from 255 or 35.14% from 535); Max value from RGB is 202 - color contains mainly: red. Hex color #CA91BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA91BC is #356E43. Grayscale: #A6A6A6. Windows color (decimal): -3501636 or 12358090. OLE color: 12358090.
HSL color Cylindrical-coordinate representation of color #CA91BC: hue angle of 314.74º 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 #CA91BC is Cyan = 0, Magento = 0.28, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 145 | 188 | - |
| CMYK | 0 | 0.28 | 0.07 | 0.21 |
| HSL | 314.74º | 0.35% | 0.68% | - |
| HSV(B) | 314.74º | 0.28% | 0.79% | - |
| XYZ | 43.56 | 36.44 | 52.31 | - |
| YUV | 166.95 | 139.88 | 153 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 145 | 188 | 0 | 0.28 | 0.07 | 0.21 | 314.74 | 0.35 | 0.68 |
| Hex | CA | 91 | BC | 0 | 1C | 7 | 15 | 13B | 23 | 44 |
| Octal | 312 | 221 | 274 | 0 | 34 | 7 | 25 | 473 | 43 | 104 |
| Binary | 11001010 | 10010001 | 10111100 | 0 | 11100 | 111 | 10101 | 100111011 | 100011 | 1000100 |
Color Harmonies of #CA91BC
Complementary color
Monochromatic Colors of #CA91BC
Black with #CA91BC
Text Example
Text Example
White with #CA91BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA91BC; }
p { color: rgb(202,145,188); }
H1.HeaderClassName
{
color: #CA91BC;
}
.AnyTagClassName
{
color: #CA91BC;
}
</style>
background-color css
<style>
a { background-color: #CA91BC; }
a { background-color: rgb(202,145,188); }
div.DivClassName
{
background-color: #CA91BC;
}
.BgClassName
{
background-color: #CA91BC;
}
</style>
border-color css
<style>
span { border-color: #CA91BC; }
span { border-color: rgb(202,145,188); }
td.TdClassName
{
border-color: #CA91BC;
}
.TagClassName
{
border-color: #CA91BC;
}
</style>