Shades of Lily #CA85AD
Tints of Lily #CA85AD
RGB
CMYK
RGB Variations
Color information
#CA85AD (or 0xCA85AD) is known color: Lily. HEX triplet: CA, 85 and AD. RGB value is (202,133,173). Sum of RGB (Red+Green+Blue) = 202+133+173=508 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.76% from 508); Green value is 133 (52.34% from 255 or 26.18% from 508); Blue value is 173 (67.97% from 255 or 34.06% from 508); Max value from RGB is 202 - color contains mainly: red. Hex color #CA85AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA85AD is #357A52. Grayscale: #9E9E9E. Windows color (decimal): -3504723 or 11371978. OLE color: 11371978.
HSL color Cylindrical-coordinate representation of color #CA85AD: hue angle of 325.22º 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 #CA85AD is Cyan = 0, Magento = 0.34, Yellow = 0.14 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 133 | 173 | - |
| CMYK | 0 | 0.34 | 0.14 | 0.21 |
| HSL | 325.22º | 0.39% | 0.66% | - |
| HSV(B) | 325.22º | 0.34% | 0.79% | - |
| XYZ | 40.29 | 32.35 | 43.66 | - |
| YUV | 158.19 | 136.36 | 159.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 133 | 173 | 0 | 0.34 | 0.14 | 0.21 | 325.22 | 0.39 | 0.66 |
| Hex | CA | 85 | AD | 0 | 22 | E | 15 | 145 | 27 | 42 |
| Octal | 312 | 205 | 255 | 0 | 42 | 16 | 25 | 505 | 47 | 102 |
| Binary | 11001010 | 10000101 | 10101101 | 0 | 100010 | 1110 | 10101 | 101000101 | 100111 | 1000010 |
Color Harmonies of #CA85AD
Complementary color
Monochromatic Colors of #CA85AD
Black with #CA85AD
Text Example
Text Example
White with #CA85AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA85AD; }
p { color: rgb(202,133,173); }
H1.HeaderClassName
{
color: #CA85AD;
}
.AnyTagClassName
{
color: #CA85AD;
}
</style>
background-color css
<style>
a { background-color: #CA85AD; }
a { background-color: rgb(202,133,173); }
div.DivClassName
{
background-color: #CA85AD;
}
.BgClassName
{
background-color: #CA85AD;
}
</style>
border-color css
<style>
span { border-color: #CA85AD; }
span { border-color: rgb(202,133,173); }
td.TdClassName
{
border-color: #CA85AD;
}
.TagClassName
{
border-color: #CA85AD;
}
</style>