Shades of Lily #CD8DB0
Tints of Lily #CD8DB0
RGB
CMYK
RGB Variations
Color information
#CD8DB0 (or 0xCD8DB0) is known color: Lily. HEX triplet: CD, 8D and B0. RGB value is (205,141,176). Sum of RGB (Red+Green+Blue) = 205+141+176=522 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.27% from 522); Green value is 141 (55.47% from 255 or 27.01% from 522); Blue value is 176 (69.14% from 255 or 33.72% from 522); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8DB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD8DB0 is #32724F. Grayscale: #A4A4A4. Windows color (decimal): -3306064 or 11570637. OLE color: 11570637.
HSL color Cylindrical-coordinate representation of color #CD8DB0: hue angle of 327.19º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CD8DB0 is Cyan = 0, Magento = 0.31, Yellow = 0.14 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 141 | 176 | - |
| CMYK | 0 | 0.31 | 0.14 | 0.20 |
| HSL | 327.19º | 0.39% | 0.68% | - |
| HSV(B) | 327.19º | 0.31% | 0.8% | - |
| XYZ | 42.54 | 35.16 | 45.62 | - |
| YUV | 164.13 | 134.7 | 157.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 141 | 176 | 0 | 0.31 | 0.14 | 0.20 | 327.19 | 0.39 | 0.68 |
| Hex | CD | 8D | B0 | 0 | 1F | E | 14 | 147 | 27 | 44 |
| Octal | 315 | 215 | 260 | 0 | 37 | 16 | 24 | 507 | 47 | 104 |
| Binary | 11001101 | 10001101 | 10110000 | 0 | 11111 | 1110 | 10100 | 101000111 | 100111 | 1000100 |
Color Harmonies of #CD8DB0
Complementary color
Monochromatic Colors of #CD8DB0
Black with #CD8DB0
Text Example
Text Example
White with #CD8DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD8DB0; }
p { color: rgb(205,141,176); }
H1.HeaderClassName
{
color: #CD8DB0;
}
.AnyTagClassName
{
color: #CD8DB0;
}
</style>
background-color css
<style>
a { background-color: #CD8DB0; }
a { background-color: rgb(205,141,176); }
div.DivClassName
{
background-color: #CD8DB0;
}
.BgClassName
{
background-color: #CD8DB0;
}
</style>
border-color css
<style>
span { border-color: #CD8DB0; }
span { border-color: rgb(205,141,176); }
td.TdClassName
{
border-color: #CD8DB0;
}
.TagClassName
{
border-color: #CD8DB0;
}
</style>