Shades of Lily #CD8BB3
Tints of Lily #CD8BB3
RGB
CMYK
RGB Variations
Color information
#CD8BB3 (or 0xCD8BB3) is known color: Lily. HEX triplet: CD, 8B and B3. RGB value is (205,139,179). Sum of RGB (Red+Green+Blue) = 205+139+179=523 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.20% from 523); Green value is 139 (54.69% from 255 or 26.58% from 523); Blue value is 179 (70.31% from 255 or 34.23% from 523); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8BB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD8BB3 is #32744C. Grayscale: #A3A3A3. Windows color (decimal): -3306573 or 11766733. OLE color: 11766733.
HSL color Cylindrical-coordinate representation of color #CD8BB3: hue angle of 323.64º 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 #CD8BB3 is Cyan = 0, Magento = 0.32, Yellow = 0.13 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 139 | 179 | - |
| CMYK | 0 | 0.32 | 0.13 | 0.20 |
| HSL | 323.64º | 0.4% | 0.67% | - |
| HSV(B) | 323.64º | 0.32% | 0.8% | - |
| XYZ | 42.55 | 34.7 | 47.1 | - |
| YUV | 163.29 | 136.87 | 157.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 139 | 179 | 0 | 0.32 | 0.13 | 0.20 | 323.64 | 0.4 | 0.67 |
| Hex | CD | 8B | B3 | 0 | 20 | D | 14 | 144 | 28 | 43 |
| Octal | 315 | 213 | 263 | 0 | 40 | 15 | 24 | 504 | 50 | 103 |
| Binary | 11001101 | 10001011 | 10110011 | 0 | 100000 | 1101 | 10100 | 101000100 | 101000 | 1000011 |
Color Harmonies of #CD8BB3
Complementary color
Monochromatic Colors of #CD8BB3
Black with #CD8BB3
Text Example
Text Example
White with #CD8BB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD8BB3; }
p { color: rgb(205,139,179); }
H1.HeaderClassName
{
color: #CD8BB3;
}
.AnyTagClassName
{
color: #CD8BB3;
}
</style>
background-color css
<style>
a { background-color: #CD8BB3; }
a { background-color: rgb(205,139,179); }
div.DivClassName
{
background-color: #CD8BB3;
}
.BgClassName
{
background-color: #CD8BB3;
}
</style>
border-color css
<style>
span { border-color: #CD8BB3; }
span { border-color: rgb(205,139,179); }
td.TdClassName
{
border-color: #CD8BB3;
}
.TagClassName
{
border-color: #CD8BB3;
}
</style>