Shades of Lily #CD8BB5
Tints of Lily #CD8BB5
RGB
CMYK
RGB Variations
Color information
#CD8BB5 (or 0xCD8BB5) is known color: Lily. HEX triplet: CD, 8B and B5. RGB value is (205,139,181). Sum of RGB (Red+Green+Blue) = 205+139+181=525 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.05% from 525); Green value is 139 (54.69% from 255 or 26.48% from 525); Blue value is 181 (71.09% from 255 or 34.48% from 525); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8BB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD8BB5 is #32744A. Grayscale: #A3A3A3. Windows color (decimal): -3306571 or 11897805. OLE color: 11897805.
HSL color Cylindrical-coordinate representation of color #CD8BB5: hue angle of 321.82º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CD8BB5 is Cyan = 0, Magento = 0.32, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 139 | 181 | - |
| CMYK | 0 | 0.32 | 0.12 | 0.20 |
| HSL | 321.82º | 0.4% | 0.67% | - |
| HSV(B) | 321.82º | 0.32% | 0.8% | - |
| XYZ | 42.75 | 34.78 | 48.18 | - |
| YUV | 163.52 | 137.87 | 157.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 139 | 181 | 0 | 0.32 | 0.12 | 0.20 | 321.82 | 0.4 | 0.67 |
| Hex | CD | 8B | B5 | 0 | 20 | C | 14 | 142 | 28 | 43 |
| Octal | 315 | 213 | 265 | 0 | 40 | 14 | 24 | 502 | 50 | 103 |
| Binary | 11001101 | 10001011 | 10110101 | 0 | 100000 | 1100 | 10100 | 101000010 | 101000 | 1000011 |
Color Harmonies of #CD8BB5
Complementary color
Monochromatic Colors of #CD8BB5
Black with #CD8BB5
Text Example
Text Example
White with #CD8BB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD8BB5; }
p { color: rgb(205,139,181); }
H1.HeaderClassName
{
color: #CD8BB5;
}
.AnyTagClassName
{
color: #CD8BB5;
}
</style>
background-color css
<style>
a { background-color: #CD8BB5; }
a { background-color: rgb(205,139,181); }
div.DivClassName
{
background-color: #CD8BB5;
}
.BgClassName
{
background-color: #CD8BB5;
}
</style>
border-color css
<style>
span { border-color: #CD8BB5; }
span { border-color: rgb(205,139,181); }
td.TdClassName
{
border-color: #CD8BB5;
}
.TagClassName
{
border-color: #CD8BB5;
}
</style>