Shades of Lily #CA89BA
Tints of Lily #CA89BA
RGB
CMYK
RGB Variations
Color information
#CA89BA (or 0xCA89BA) is known color: Lily. HEX triplet: CA, 89 and BA. RGB value is (202,137,186). Sum of RGB (Red+Green+Blue) = 202+137+186=525 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.48% from 525); Green value is 137 (53.91% from 255 or 26.10% from 525); Blue value is 186 (73.05% from 255 or 35.43% from 525); Max value from RGB is 202 - color contains mainly: red. Hex color #CA89BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA89BA is #357645. Grayscale: #A1A1A1. Windows color (decimal): -3503686 or 12224970. OLE color: 12224970.
HSL color Cylindrical-coordinate representation of color #CA89BA: hue angle of 314.77º 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 #CA89BA is Cyan = 0, Magento = 0.32, Yellow = 0.08 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 137 | 186 | - |
| CMYK | 0 | 0.32 | 0.08 | 0.21 |
| HSL | 314.77º | 0.38% | 0.66% | - |
| HSV(B) | 314.77º | 0.32% | 0.79% | - |
| XYZ | 42.17 | 33.99 | 50.79 | - |
| YUV | 162.02 | 141.53 | 156.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 137 | 186 | 0 | 0.32 | 0.08 | 0.21 | 314.77 | 0.38 | 0.66 |
| Hex | CA | 89 | BA | 0 | 20 | 8 | 15 | 13B | 26 | 42 |
| Octal | 312 | 211 | 272 | 0 | 40 | 10 | 25 | 473 | 46 | 102 |
| Binary | 11001010 | 10001001 | 10111010 | 0 | 100000 | 1000 | 10101 | 100111011 | 100110 | 1000010 |
Color Harmonies of #CA89BA
Complementary color
Monochromatic Colors of #CA89BA
Black with #CA89BA
Text Example
Text Example
White with #CA89BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA89BA; }
p { color: rgb(202,137,186); }
H1.HeaderClassName
{
color: #CA89BA;
}
.AnyTagClassName
{
color: #CA89BA;
}
</style>
background-color css
<style>
a { background-color: #CA89BA; }
a { background-color: rgb(202,137,186); }
div.DivClassName
{
background-color: #CA89BA;
}
.BgClassName
{
background-color: #CA89BA;
}
</style>
border-color css
<style>
span { border-color: #CA89BA; }
span { border-color: rgb(202,137,186); }
td.TdClassName
{
border-color: #CA89BA;
}
.TagClassName
{
border-color: #CA89BA;
}
</style>