Shades of Lily #CA88AD
Tints of Lily #CA88AD
RGB
CMYK
RGB Variations
Color information
#CA88AD (or 0xCA88AD) is known color: Lily. HEX triplet: CA, 88 and AD. RGB value is (202,136,173). Sum of RGB (Red+Green+Blue) = 202+136+173=511 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.53% from 511); Green value is 136 (53.52% from 255 or 26.61% from 511); Blue value is 173 (67.97% from 255 or 33.86% from 511); Max value from RGB is 202 - color contains mainly: red. Hex color #CA88AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA88AD is #357752. Grayscale: #9F9F9F. Windows color (decimal): -3503955 or 11372746. OLE color: 11372746.
HSL color Cylindrical-coordinate representation of color #CA88AD: hue angle of 326.36º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CA88AD is Cyan = 0, Magento = 0.33, Yellow = 0.14 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 136 | 173 | - |
| CMYK | 0 | 0.33 | 0.14 | 0.21 |
| HSL | 326.36º | 0.38% | 0.66% | - |
| HSV(B) | 326.36º | 0.33% | 0.79% | - |
| XYZ | 40.7 | 33.18 | 43.79 | - |
| YUV | 159.95 | 135.37 | 157.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 136 | 173 | 0 | 0.33 | 0.14 | 0.21 | 326.36 | 0.38 | 0.66 |
| Hex | CA | 88 | AD | 0 | 21 | E | 15 | 146 | 26 | 42 |
| Octal | 312 | 210 | 255 | 0 | 41 | 16 | 25 | 506 | 46 | 102 |
| Binary | 11001010 | 10001000 | 10101101 | 0 | 100001 | 1110 | 10101 | 101000110 | 100110 | 1000010 |
Color Harmonies of #CA88AD
Complementary color
Monochromatic Colors of #CA88AD
Black with #CA88AD
Text Example
Text Example
White with #CA88AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA88AD; }
p { color: rgb(202,136,173); }
H1.HeaderClassName
{
color: #CA88AD;
}
.AnyTagClassName
{
color: #CA88AD;
}
</style>
background-color css
<style>
a { background-color: #CA88AD; }
a { background-color: rgb(202,136,173); }
div.DivClassName
{
background-color: #CA88AD;
}
.BgClassName
{
background-color: #CA88AD;
}
</style>
border-color css
<style>
span { border-color: #CA88AD; }
span { border-color: rgb(202,136,173); }
td.TdClassName
{
border-color: #CA88AD;
}
.TagClassName
{
border-color: #CA88AD;
}
</style>