Shades of Lily #CD8CBA
Tints of Lily #CD8CBA
RGB
CMYK
RGB Variations
Color information
#CD8CBA (or 0xCD8CBA) is known color: Lily. HEX triplet: CD, 8C and BA. RGB value is (205,140,186). Sum of RGB (Red+Green+Blue) = 205+140+186=531 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.61% from 531); Green value is 140 (55.08% from 255 or 26.37% from 531); Blue value is 186 (73.05% from 255 or 35.03% from 531); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8CBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD8CBA is #327345. Grayscale: #A4A4A4. Windows color (decimal): -3306310 or 12225741. OLE color: 12225741.
HSL color Cylindrical-coordinate representation of color #CD8CBA: hue angle of 317.54º 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 #CD8CBA is Cyan = 0, Magento = 0.32, Yellow = 0.09 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 140 | 186 | - |
| CMYK | 0 | 0.32 | 0.09 | 0.20 |
| HSL | 317.54º | 0.39% | 0.68% | - |
| HSV(B) | 317.54º | 0.32% | 0.8% | - |
| XYZ | 43.42 | 35.28 | 50.98 | - |
| YUV | 164.68 | 140.03 | 156.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 140 | 186 | 0 | 0.32 | 0.09 | 0.20 | 317.54 | 0.39 | 0.68 |
| Hex | CD | 8C | BA | 0 | 20 | 9 | 14 | 13E | 27 | 44 |
| Octal | 315 | 214 | 272 | 0 | 40 | 11 | 24 | 476 | 47 | 104 |
| Binary | 11001101 | 10001100 | 10111010 | 0 | 100000 | 1001 | 10100 | 100111110 | 100111 | 1000100 |
Color Harmonies of #CD8CBA
Complementary color
Monochromatic Colors of #CD8CBA
Black with #CD8CBA
Text Example
Text Example
White with #CD8CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD8CBA; }
p { color: rgb(205,140,186); }
H1.HeaderClassName
{
color: #CD8CBA;
}
.AnyTagClassName
{
color: #CD8CBA;
}
</style>
background-color css
<style>
a { background-color: #CD8CBA; }
a { background-color: rgb(205,140,186); }
div.DivClassName
{
background-color: #CD8CBA;
}
.BgClassName
{
background-color: #CD8CBA;
}
</style>
border-color css
<style>
span { border-color: #CD8CBA; }
span { border-color: rgb(205,140,186); }
td.TdClassName
{
border-color: #CD8CBA;
}
.TagClassName
{
border-color: #CD8CBA;
}
</style>