Shades of Lily #CA89B3
Tints of Lily #CA89B3
RGB
CMYK
RGB Variations
Color information
#CA89B3 (or 0xCA89B3) is known color: Lily. HEX triplet: CA, 89 and B3. RGB value is (202,137,179). Sum of RGB (Red+Green+Blue) = 202+137+179=518 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.00% from 518); Green value is 137 (53.91% from 255 or 26.45% from 518); Blue value is 179 (70.31% from 255 or 34.56% from 518); Max value from RGB is 202 - color contains mainly: red. Hex color #CA89B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA89B3 is #35764C. Grayscale: #A1A1A1. Windows color (decimal): -3503693 or 11766218. OLE color: 11766218.
HSL color Cylindrical-coordinate representation of color #CA89B3: hue angle of 321.23º 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 #CA89B3 is Cyan = 0, Magento = 0.32, Yellow = 0.11 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 137 | 179 | - |
| CMYK | 0 | 0.32 | 0.11 | 0.21 |
| HSL | 321.23º | 0.38% | 0.66% | - |
| HSV(B) | 321.23º | 0.32% | 0.79% | - |
| XYZ | 41.44 | 33.7 | 46.97 | - |
| YUV | 161.22 | 138.03 | 157.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 137 | 179 | 0 | 0.32 | 0.11 | 0.21 | 321.23 | 0.38 | 0.66 |
| Hex | CA | 89 | B3 | 0 | 20 | B | 15 | 141 | 26 | 42 |
| Octal | 312 | 211 | 263 | 0 | 40 | 13 | 25 | 501 | 46 | 102 |
| Binary | 11001010 | 10001001 | 10110011 | 0 | 100000 | 1011 | 10101 | 101000001 | 100110 | 1000010 |
Color Harmonies of #CA89B3
Complementary color
Monochromatic Colors of #CA89B3
Black with #CA89B3
Text Example
Text Example
White with #CA89B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA89B3; }
p { color: rgb(202,137,179); }
H1.HeaderClassName
{
color: #CA89B3;
}
.AnyTagClassName
{
color: #CA89B3;
}
</style>
background-color css
<style>
a { background-color: #CA89B3; }
a { background-color: rgb(202,137,179); }
div.DivClassName
{
background-color: #CA89B3;
}
.BgClassName
{
background-color: #CA89B3;
}
</style>
border-color css
<style>
span { border-color: #CA89B3; }
span { border-color: rgb(202,137,179); }
td.TdClassName
{
border-color: #CA89B3;
}
.TagClassName
{
border-color: #CA89B3;
}
</style>