Shades of Lily #CD85BA
Tints of Lily #CD85BA
RGB
CMYK
RGB Variations
Color information
#CD85BA (or 0xCD85BA) is known color: Lily. HEX triplet: CD, 85 and BA. RGB value is (205,133,186). Sum of RGB (Red+Green+Blue) = 205+133+186=524 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.12% from 524); Green value is 133 (52.34% from 255 or 25.38% from 524); Blue value is 186 (73.05% from 255 or 35.50% from 524); Max value from RGB is 205 - color contains mainly: red. Hex color #CD85BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD85BA is #327A45. Grayscale: #A0A0A0. Windows color (decimal): -3308102 or 12223949. OLE color: 12223949.
HSL color Cylindrical-coordinate representation of color #CD85BA: hue angle of 315.83º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CD85BA is Cyan = 0, Magento = 0.35, Yellow = 0.09 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 133 | 186 | - |
| CMYK | 0 | 0.35 | 0.09 | 0.20 |
| HSL | 315.83º | 0.42% | 0.66% | - |
| HSV(B) | 315.83º | 0.35% | 0.8% | - |
| XYZ | 42.43 | 33.3 | 50.65 | - |
| YUV | 160.57 | 142.35 | 159.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 133 | 186 | 0 | 0.35 | 0.09 | 0.20 | 315.83 | 0.42 | 0.66 |
| Hex | CD | 85 | BA | 0 | 23 | 9 | 14 | 13C | 2A | 42 |
| Octal | 315 | 205 | 272 | 0 | 43 | 11 | 24 | 474 | 52 | 102 |
| Binary | 11001101 | 10000101 | 10111010 | 0 | 100011 | 1001 | 10100 | 100111100 | 101010 | 1000010 |
Color Harmonies of #CD85BA
Complementary color
Monochromatic Colors of #CD85BA
Black with #CD85BA
Text Example
Text Example
White with #CD85BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD85BA; }
p { color: rgb(205,133,186); }
H1.HeaderClassName
{
color: #CD85BA;
}
.AnyTagClassName
{
color: #CD85BA;
}
</style>
background-color css
<style>
a { background-color: #CD85BA; }
a { background-color: rgb(205,133,186); }
div.DivClassName
{
background-color: #CD85BA;
}
.BgClassName
{
background-color: #CD85BA;
}
</style>
border-color css
<style>
span { border-color: #CD85BA; }
span { border-color: rgb(205,133,186); }
td.TdClassName
{
border-color: #CD85BA;
}
.TagClassName
{
border-color: #CD85BA;
}
</style>