Shades of Lily #CB8BBB
Tints of Lily #CB8BBB
RGB
CMYK
RGB Variations
Color information
#CB8BBB (or 0xCB8BBB) is known color: Lily. HEX triplet: CB, 8B and BB. RGB value is (203,139,187). Sum of RGB (Red+Green+Blue) = 203+139+187=529 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.37% from 529); Green value is 139 (54.69% from 255 or 26.28% from 529); Blue value is 187 (73.44% from 255 or 35.35% from 529); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8BBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB8BBB is #347444. Grayscale: #A3A3A3. Windows color (decimal): -3437637 or 12291019. OLE color: 12291019.
HSL color Cylindrical-coordinate representation of color #CB8BBB: hue angle of 315º degrees, saturation: 0.38, 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 #CB8BBB is Cyan = 0, Magento = 0.32, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 139 | 187 | - |
| CMYK | 0 | 0.32 | 0.08 | 0.20 |
| HSL | 315º | 0.38% | 0.67% | - |
| HSV(B) | 315º | 0.32% | 0.8% | - |
| XYZ | 42.83 | 34.75 | 51.46 | - |
| YUV | 163.61 | 141.2 | 156.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 139 | 187 | 0 | 0.32 | 0.08 | 0.20 | 315 | 0.38 | 0.67 |
| Hex | CB | 8B | BB | 0 | 20 | 8 | 14 | 13B | 26 | 43 |
| Octal | 313 | 213 | 273 | 0 | 40 | 10 | 24 | 473 | 46 | 103 |
| Binary | 11001011 | 10001011 | 10111011 | 0 | 100000 | 1000 | 10100 | 100111011 | 100110 | 1000011 |
Color Harmonies of #CB8BBB
Complementary color
Monochromatic Colors of #CB8BBB
Black with #CB8BBB
Text Example
Text Example
White with #CB8BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8BBB; }
p { color: rgb(203,139,187); }
H1.HeaderClassName
{
color: #CB8BBB;
}
.AnyTagClassName
{
color: #CB8BBB;
}
</style>
background-color css
<style>
a { background-color: #CB8BBB; }
a { background-color: rgb(203,139,187); }
div.DivClassName
{
background-color: #CB8BBB;
}
.BgClassName
{
background-color: #CB8BBB;
}
</style>
border-color css
<style>
span { border-color: #CB8BBB; }
span { border-color: rgb(203,139,187); }
td.TdClassName
{
border-color: #CB8BBB;
}
.TagClassName
{
border-color: #CB8BBB;
}
</style>