Shades of Lily #CD8CBC
Tints of Lily #CD8CBC
RGB
CMYK
RGB Variations
Color information
#CD8CBC (or 0xCD8CBC) is known color: Lily. HEX triplet: CD, 8C and BC. RGB value is (205,140,188). Sum of RGB (Red+Green+Blue) = 205+140+188=533 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.46% from 533); Green value is 140 (55.08% from 255 or 26.27% from 533); Blue value is 188 (73.83% from 255 or 35.27% from 533); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8CBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD8CBC is #327343. Grayscale: #A4A4A4. Windows color (decimal): -3306308 or 12356813. OLE color: 12356813.
HSL color Cylindrical-coordinate representation of color #CD8CBC: hue angle of 315.69º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CD8CBC is Cyan = 0, Magento = 0.32, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 140 | 188 | - |
| CMYK | 0 | 0.32 | 0.08 | 0.20 |
| HSL | 315.69º | 0.39% | 0.68% | - |
| HSV(B) | 315.69º | 0.32% | 0.8% | - |
| XYZ | 43.63 | 35.37 | 52.1 | - |
| YUV | 164.91 | 141.03 | 156.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 140 | 188 | 0 | 0.32 | 0.08 | 0.20 | 315.69 | 0.39 | 0.68 |
| Hex | CD | 8C | BC | 0 | 20 | 8 | 14 | 13C | 27 | 44 |
| Octal | 315 | 214 | 274 | 0 | 40 | 10 | 24 | 474 | 47 | 104 |
| Binary | 11001101 | 10001100 | 10111100 | 0 | 100000 | 1000 | 10100 | 100111100 | 100111 | 1000100 |
Color Harmonies of #CD8CBC
Complementary color
Monochromatic Colors of #CD8CBC
Black with #CD8CBC
Text Example
Text Example
White with #CD8CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD8CBC; }
p { color: rgb(205,140,188); }
H1.HeaderClassName
{
color: #CD8CBC;
}
.AnyTagClassName
{
color: #CD8CBC;
}
</style>
background-color css
<style>
a { background-color: #CD8CBC; }
a { background-color: rgb(205,140,188); }
div.DivClassName
{
background-color: #CD8CBC;
}
.BgClassName
{
background-color: #CD8CBC;
}
</style>
border-color css
<style>
span { border-color: #CD8CBC; }
span { border-color: rgb(205,140,188); }
td.TdClassName
{
border-color: #CD8CBC;
}
.TagClassName
{
border-color: #CD8CBC;
}
</style>