Shades of Lily #CD89BC
Tints of Lily #CD89BC
RGB
CMYK
RGB Variations
Color information
#CD89BC (or 0xCD89BC) is known color: Lily. HEX triplet: CD, 89 and BC. RGB value is (205,137,188). Sum of RGB (Red+Green+Blue) = 205+137+188=530 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.68% from 530); Green value is 137 (53.91% from 255 or 25.85% from 530); Blue value is 188 (73.83% from 255 or 35.47% from 530); Max value from RGB is 205 - color contains mainly: red. Hex color #CD89BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD89BC is #327643. Grayscale: #A3A3A3. Windows color (decimal): -3307076 or 12356045. OLE color: 12356045.
HSL color Cylindrical-coordinate representation of color #CD89BC: hue angle of 315º 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 #CD89BC is Cyan = 0, Magento = 0.33, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 137 | 188 | - |
| CMYK | 0 | 0.33 | 0.08 | 0.20 |
| HSL | 315º | 0.4% | 0.67% | - |
| HSV(B) | 315º | 0.33% | 0.8% | - |
| XYZ | 43.2 | 34.5 | 51.96 | - |
| YUV | 163.15 | 142.03 | 157.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 137 | 188 | 0 | 0.33 | 0.08 | 0.20 | 315 | 0.4 | 0.67 |
| Hex | CD | 89 | BC | 0 | 21 | 8 | 14 | 13B | 28 | 43 |
| Octal | 315 | 211 | 274 | 0 | 41 | 10 | 24 | 473 | 50 | 103 |
| Binary | 11001101 | 10001001 | 10111100 | 0 | 100001 | 1000 | 10100 | 100111011 | 101000 | 1000011 |
Color Harmonies of #CD89BC
Complementary color
Monochromatic Colors of #CD89BC
Black with #CD89BC
Text Example
Text Example
White with #CD89BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD89BC; }
p { color: rgb(205,137,188); }
H1.HeaderClassName
{
color: #CD89BC;
}
.AnyTagClassName
{
color: #CD89BC;
}
</style>
background-color css
<style>
a { background-color: #CD89BC; }
a { background-color: rgb(205,137,188); }
div.DivClassName
{
background-color: #CD89BC;
}
.BgClassName
{
background-color: #CD89BC;
}
</style>
border-color css
<style>
span { border-color: #CD89BC; }
span { border-color: rgb(205,137,188); }
td.TdClassName
{
border-color: #CD89BC;
}
.TagClassName
{
border-color: #CD89BC;
}
</style>