Shades of Lily #CA81B9
Tints of Lily #CA81B9
RGB
CMYK
RGB Variations
Color information
#CA81B9 (or 0xCA81B9) is known color: Lily. HEX triplet: CA, 81 and B9. RGB value is (202,129,185). Sum of RGB (Red+Green+Blue) = 202+129+185=516 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.15% from 516); Green value is 129 (50.78% from 255 or 25% from 516); Blue value is 185 (72.66% from 255 or 35.85% from 516); Max value from RGB is 202 - color contains mainly: red. Hex color #CA81B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA81B9 is #357E46. Grayscale: #9D9D9D. Windows color (decimal): -3505735 or 12157386. OLE color: 12157386.
HSL color Cylindrical-coordinate representation of color #CA81B9: hue angle of 313.97º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CA81B9 is Cyan = 0, Magento = 0.36, Yellow = 0.08 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 129 | 185 | - |
| CMYK | 0 | 0.36 | 0.08 | 0.21 |
| HSL | 313.97º | 0.41% | 0.65% | - |
| HSV(B) | 313.97º | 0.36% | 0.79% | - |
| XYZ | 40.96 | 31.76 | 49.87 | - |
| YUV | 157.21 | 143.68 | 159.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 129 | 185 | 0 | 0.36 | 0.08 | 0.21 | 313.97 | 0.41 | 0.65 |
| Hex | CA | 81 | B9 | 0 | 24 | 8 | 15 | 13A | 29 | 41 |
| Octal | 312 | 201 | 271 | 0 | 44 | 10 | 25 | 472 | 51 | 101 |
| Binary | 11001010 | 10000001 | 10111001 | 0 | 100100 | 1000 | 10101 | 100111010 | 101001 | 1000001 |
Color Harmonies of #CA81B9
Complementary color
Monochromatic Colors of #CA81B9
Black with #CA81B9
Text Example
Text Example
White with #CA81B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA81B9; }
p { color: rgb(202,129,185); }
H1.HeaderClassName
{
color: #CA81B9;
}
.AnyTagClassName
{
color: #CA81B9;
}
</style>
background-color css
<style>
a { background-color: #CA81B9; }
a { background-color: rgb(202,129,185); }
div.DivClassName
{
background-color: #CA81B9;
}
.BgClassName
{
background-color: #CA81B9;
}
</style>
border-color css
<style>
span { border-color: #CA81B9; }
span { border-color: rgb(202,129,185); }
td.TdClassName
{
border-color: #CA81B9;
}
.TagClassName
{
border-color: #CA81B9;
}
</style>