Shades of Lily #CD8AB1
Tints of Lily #CD8AB1
RGB
CMYK
RGB Variations
Color information
#CD8AB1 (or 0xCD8AB1) is known color: Lily. HEX triplet: CD, 8A and B1. RGB value is (205,138,177). Sum of RGB (Red+Green+Blue) = 205+138+177=520 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.42% from 520); Green value is 138 (54.30% from 255 or 26.54% from 520); Blue value is 177 (69.53% from 255 or 34.04% from 520); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8AB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD8AB1 is #32754E. Grayscale: #A2A2A2. Windows color (decimal): -3306831 or 11635405. OLE color: 11635405.
HSL color Cylindrical-coordinate representation of color #CD8AB1: hue angle of 325.07º 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 #CD8AB1 is Cyan = 0, Magento = 0.33, Yellow = 0.14 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 138 | 177 | - |
| CMYK | 0 | 0.33 | 0.14 | 0.20 |
| HSL | 325.07º | 0.4% | 0.67% | - |
| HSV(B) | 325.07º | 0.33% | 0.8% | - |
| XYZ | 42.2 | 34.33 | 46 | - |
| YUV | 162.48 | 136.2 | 158.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 138 | 177 | 0 | 0.33 | 0.14 | 0.20 | 325.07 | 0.4 | 0.67 |
| Hex | CD | 8A | B1 | 0 | 21 | E | 14 | 145 | 28 | 43 |
| Octal | 315 | 212 | 261 | 0 | 41 | 16 | 24 | 505 | 50 | 103 |
| Binary | 11001101 | 10001010 | 10110001 | 0 | 100001 | 1110 | 10100 | 101000101 | 101000 | 1000011 |
Color Harmonies of #CD8AB1
Complementary color
Monochromatic Colors of #CD8AB1
Black with #CD8AB1
Text Example
Text Example
White with #CD8AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD8AB1; }
p { color: rgb(205,138,177); }
H1.HeaderClassName
{
color: #CD8AB1;
}
.AnyTagClassName
{
color: #CD8AB1;
}
</style>
background-color css
<style>
a { background-color: #CD8AB1; }
a { background-color: rgb(205,138,177); }
div.DivClassName
{
background-color: #CD8AB1;
}
.BgClassName
{
background-color: #CD8AB1;
}
</style>
border-color css
<style>
span { border-color: #CD8AB1; }
span { border-color: rgb(205,138,177); }
td.TdClassName
{
border-color: #CD8AB1;
}
.TagClassName
{
border-color: #CD8AB1;
}
</style>