Shades of Lily #CD89B7
Tints of Lily #CD89B7
RGB
CMYK
RGB Variations
Color information
#CD89B7 (or 0xCD89B7) is known color: Lily. HEX triplet: CD, 89 and B7. RGB value is (205,137,183). Sum of RGB (Red+Green+Blue) = 205+137+183=525 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.05% from 525); Green value is 137 (53.91% from 255 or 26.10% from 525); Blue value is 183 (71.88% from 255 or 34.86% from 525); Max value from RGB is 205 - color contains mainly: red. Hex color #CD89B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD89B7 is #327648. Grayscale: #A2A2A2. Windows color (decimal): -3307081 or 12028365. OLE color: 12028365.
HSL color Cylindrical-coordinate representation of color #CD89B7: hue angle of 319.41º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CD89B7 is Cyan = 0, Magento = 0.33, Yellow = 0.11 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 137 | 183 | - |
| CMYK | 0 | 0.33 | 0.11 | 0.20 |
| HSL | 319.41º | 0.4% | 0.67% | - |
| HSV(B) | 319.41º | 0.33% | 0.8% | - |
| XYZ | 42.67 | 34.29 | 49.17 | - |
| YUV | 162.58 | 139.53 | 158.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 137 | 183 | 0 | 0.33 | 0.11 | 0.20 | 319.41 | 0.4 | 0.67 |
| Hex | CD | 89 | B7 | 0 | 21 | B | 14 | 13F | 28 | 43 |
| Octal | 315 | 211 | 267 | 0 | 41 | 13 | 24 | 477 | 50 | 103 |
| Binary | 11001101 | 10001001 | 10110111 | 0 | 100001 | 1011 | 10100 | 100111111 | 101000 | 1000011 |
Color Harmonies of #CD89B7
Complementary color
Monochromatic Colors of #CD89B7
Black with #CD89B7
Text Example
Text Example
White with #CD89B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD89B7; }
p { color: rgb(205,137,183); }
H1.HeaderClassName
{
color: #CD89B7;
}
.AnyTagClassName
{
color: #CD89B7;
}
</style>
background-color css
<style>
a { background-color: #CD89B7; }
a { background-color: rgb(205,137,183); }
div.DivClassName
{
background-color: #CD89B7;
}
.BgClassName
{
background-color: #CD89B7;
}
</style>
border-color css
<style>
span { border-color: #CD89B7; }
span { border-color: rgb(205,137,183); }
td.TdClassName
{
border-color: #CD89B7;
}
.TagClassName
{
border-color: #CD89B7;
}
</style>