Shades of Lily #CB8BB5
Tints of Lily #CB8BB5
RGB
CMYK
RGB Variations
Color information
#CB8BB5 (or 0xCB8BB5) is known color: Lily. HEX triplet: CB, 8B and B5. RGB value is (203,139,181). Sum of RGB (Red+Green+Blue) = 203+139+181=523 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.81% from 523); Green value is 139 (54.69% from 255 or 26.58% from 523); Blue value is 181 (71.09% from 255 or 34.61% from 523); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8BB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB8BB5 is #34744A. Grayscale: #A2A2A2. Windows color (decimal): -3437643 or 11897803. OLE color: 11897803.
HSL color Cylindrical-coordinate representation of color #CB8BB5: hue angle of 320.62º 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 #CB8BB5 is Cyan = 0, Magento = 0.32, Yellow = 0.11 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 139 | 181 | - |
| CMYK | 0 | 0.32 | 0.11 | 0.20 |
| HSL | 320.63º | 0.38% | 0.67% | - |
| HSV(B) | 320.63º | 0.32% | 0.8% | - |
| XYZ | 42.2 | 34.5 | 48.15 | - |
| YUV | 162.92 | 138.2 | 156.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 139 | 181 | 0 | 0.32 | 0.11 | 0.20 | 320.63 | 0.38 | 0.67 |
| Hex | CB | 8B | B5 | 0 | 20 | B | 14 | 141 | 26 | 43 |
| Octal | 313 | 213 | 265 | 0 | 40 | 13 | 24 | 501 | 46 | 103 |
| Binary | 11001011 | 10001011 | 10110101 | 0 | 100000 | 1011 | 10100 | 101000001 | 100110 | 1000011 |
Color Harmonies of #CB8BB5
Complementary color
Monochromatic Colors of #CB8BB5
Black with #CB8BB5
Text Example
Text Example
White with #CB8BB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8BB5; }
p { color: rgb(203,139,181); }
H1.HeaderClassName
{
color: #CB8BB5;
}
.AnyTagClassName
{
color: #CB8BB5;
}
</style>
background-color css
<style>
a { background-color: #CB8BB5; }
a { background-color: rgb(203,139,181); }
div.DivClassName
{
background-color: #CB8BB5;
}
.BgClassName
{
background-color: #CB8BB5;
}
</style>
border-color css
<style>
span { border-color: #CB8BB5; }
span { border-color: rgb(203,139,181); }
td.TdClassName
{
border-color: #CB8BB5;
}
.TagClassName
{
border-color: #CB8BB5;
}
</style>