Shades of Lily #CA85B9
Tints of Lily #CA85B9
RGB
CMYK
RGB Variations
Color information
#CA85B9 (or 0xCA85B9) is known color: Lily. HEX triplet: CA, 85 and B9. RGB value is (202,133,185). Sum of RGB (Red+Green+Blue) = 202+133+185=520 (68% of max value = 765). Red value is 202 (79.30% from 255 or 38.85% from 520); Green value is 133 (52.34% from 255 or 25.58% from 520); Blue value is 185 (72.66% from 255 or 35.58% from 520); Max value from RGB is 202 - color contains mainly: red. Hex color #CA85B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA85B9 is #357A46. Grayscale: #9F9F9F. Windows color (decimal): -3504711 or 12158410. OLE color: 12158410.
HSL color Cylindrical-coordinate representation of color #CA85B9: hue angle of 314.78º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CA85B9 is Cyan = 0, Magento = 0.34, Yellow = 0.08 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 133 | 185 | - |
| CMYK | 0 | 0.34 | 0.08 | 0.21 |
| HSL | 314.78º | 0.39% | 0.66% | - |
| HSV(B) | 314.78º | 0.34% | 0.79% | - |
| XYZ | 41.5 | 32.83 | 50.05 | - |
| YUV | 159.56 | 142.36 | 158.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 133 | 185 | 0 | 0.34 | 0.08 | 0.21 | 314.78 | 0.39 | 0.66 |
| Hex | CA | 85 | B9 | 0 | 22 | 8 | 15 | 13B | 27 | 42 |
| Octal | 312 | 205 | 271 | 0 | 42 | 10 | 25 | 473 | 47 | 102 |
| Binary | 11001010 | 10000101 | 10111001 | 0 | 100010 | 1000 | 10101 | 100111011 | 100111 | 1000010 |
Color Harmonies of #CA85B9
Complementary color
Monochromatic Colors of #CA85B9
Black with #CA85B9
Text Example
Text Example
White with #CA85B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA85B9; }
p { color: rgb(202,133,185); }
H1.HeaderClassName
{
color: #CA85B9;
}
.AnyTagClassName
{
color: #CA85B9;
}
</style>
background-color css
<style>
a { background-color: #CA85B9; }
a { background-color: rgb(202,133,185); }
div.DivClassName
{
background-color: #CA85B9;
}
.BgClassName
{
background-color: #CA85B9;
}
</style>
border-color css
<style>
span { border-color: #CA85B9; }
span { border-color: rgb(202,133,185); }
td.TdClassName
{
border-color: #CA85B9;
}
.TagClassName
{
border-color: #CA85B9;
}
</style>