Shades of Lily #CA89B7
Tints of Lily #CA89B7
RGB
CMYK
RGB Variations
Color information
#CA89B7 (or 0xCA89B7) is known color: Lily. HEX triplet: CA, 89 and B7. RGB value is (202,137,183). Sum of RGB (Red+Green+Blue) = 202+137+183=522 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.70% from 522); Green value is 137 (53.91% from 255 or 26.25% from 522); Blue value is 183 (71.88% from 255 or 35.06% from 522); Max value from RGB is 202 - color contains mainly: red. Hex color #CA89B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA89B7 is #357648. Grayscale: #A1A1A1. Windows color (decimal): -3503689 or 12028362. OLE color: 12028362.
HSL color Cylindrical-coordinate representation of color #CA89B7: hue angle of 317.54º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CA89B7 is Cyan = 0, Magento = 0.32, Yellow = 0.09 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 137 | 183 | - |
| CMYK | 0 | 0.32 | 0.09 | 0.21 |
| HSL | 317.54º | 0.38% | 0.66% | - |
| HSV(B) | 317.54º | 0.32% | 0.79% | - |
| XYZ | 41.85 | 33.87 | 49.13 | - |
| YUV | 161.68 | 140.03 | 156.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 137 | 183 | 0 | 0.32 | 0.09 | 0.21 | 317.54 | 0.38 | 0.66 |
| Hex | CA | 89 | B7 | 0 | 20 | 9 | 15 | 13E | 26 | 42 |
| Octal | 312 | 211 | 267 | 0 | 40 | 11 | 25 | 476 | 46 | 102 |
| Binary | 11001010 | 10001001 | 10110111 | 0 | 100000 | 1001 | 10101 | 100111110 | 100110 | 1000010 |
Color Harmonies of #CA89B7
Complementary color
Monochromatic Colors of #CA89B7
Black with #CA89B7
Text Example
Text Example
White with #CA89B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA89B7; }
p { color: rgb(202,137,183); }
H1.HeaderClassName
{
color: #CA89B7;
}
.AnyTagClassName
{
color: #CA89B7;
}
</style>
background-color css
<style>
a { background-color: #CA89B7; }
a { background-color: rgb(202,137,183); }
div.DivClassName
{
background-color: #CA89B7;
}
.BgClassName
{
background-color: #CA89B7;
}
</style>
border-color css
<style>
span { border-color: #CA89B7; }
span { border-color: rgb(202,137,183); }
td.TdClassName
{
border-color: #CA89B7;
}
.TagClassName
{
border-color: #CA89B7;
}
</style>