Shades of Lily #CB8DBC
Tints of Lily #CB8DBC
RGB
CMYK
RGB Variations
Color information
#CB8DBC (or 0xCB8DBC) is known color: Lily. HEX triplet: CB, 8D and BC. RGB value is (203,141,188). Sum of RGB (Red+Green+Blue) = 203+141+188=532 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.16% from 532); Green value is 141 (55.47% from 255 or 26.50% from 532); Blue value is 188 (73.83% from 255 or 35.34% from 532); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8DBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB8DBC is #347243. Grayscale: #A4A4A4. Windows color (decimal): -3437124 or 12357067. OLE color: 12357067.
HSL color Cylindrical-coordinate representation of color #CB8DBC: hue angle of 314.52º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CB8DBC is Cyan = 0, Magento = 0.31, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 141 | 188 | - |
| CMYK | 0 | 0.31 | 0.07 | 0.20 |
| HSL | 314.52º | 0.37% | 0.67% | - |
| HSV(B) | 314.52º | 0.31% | 0.8% | - |
| XYZ | 43.23 | 35.38 | 52.13 | - |
| YUV | 164.9 | 141.04 | 155.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 141 | 188 | 0 | 0.31 | 0.07 | 0.20 | 314.52 | 0.37 | 0.67 |
| Hex | CB | 8D | BC | 0 | 1F | 7 | 14 | 13B | 25 | 43 |
| Octal | 313 | 215 | 274 | 0 | 37 | 7 | 24 | 473 | 45 | 103 |
| Binary | 11001011 | 10001101 | 10111100 | 0 | 11111 | 111 | 10100 | 100111011 | 100101 | 1000011 |
Color Harmonies of #CB8DBC
Complementary color
Monochromatic Colors of #CB8DBC
Black with #CB8DBC
Text Example
Text Example
White with #CB8DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8DBC; }
p { color: rgb(203,141,188); }
H1.HeaderClassName
{
color: #CB8DBC;
}
.AnyTagClassName
{
color: #CB8DBC;
}
</style>
background-color css
<style>
a { background-color: #CB8DBC; }
a { background-color: rgb(203,141,188); }
div.DivClassName
{
background-color: #CB8DBC;
}
.BgClassName
{
background-color: #CB8DBC;
}
</style>
border-color css
<style>
span { border-color: #CB8DBC; }
span { border-color: rgb(203,141,188); }
td.TdClassName
{
border-color: #CB8DBC;
}
.TagClassName
{
border-color: #CB8DBC;
}
</style>