Shades of Lily #CB81BB
Tints of Lily #CB81BB
RGB
CMYK
RGB Variations
Color information
#CB81BB (or 0xCB81BB) is known color: Lily. HEX triplet: CB, 81 and BB. RGB value is (203,129,187). Sum of RGB (Red+Green+Blue) = 203+129+187=519 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.11% from 519); Green value is 129 (50.78% from 255 or 24.86% from 519); Blue value is 187 (73.44% from 255 or 36.03% from 519); Max value from RGB is 203 - color contains mainly: red. Hex color #CB81BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB81BB is #347E44. Grayscale: #9D9D9D. Windows color (decimal): -3440197 or 12288459. OLE color: 12288459.
HSL color Cylindrical-coordinate representation of color #CB81BB: hue angle of 312.97º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CB81BB is Cyan = 0, Magento = 0.36, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 129 | 187 | - |
| CMYK | 0 | 0.36 | 0.08 | 0.20 |
| HSL | 312.97º | 0.42% | 0.65% | - |
| HSV(B) | 312.97º | 0.36% | 0.8% | - |
| XYZ | 41.45 | 31.98 | 51 | - |
| YUV | 157.74 | 144.52 | 160.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 129 | 187 | 0 | 0.36 | 0.08 | 0.20 | 312.97 | 0.42 | 0.65 |
| Hex | CB | 81 | BB | 0 | 24 | 8 | 14 | 139 | 2A | 41 |
| Octal | 313 | 201 | 273 | 0 | 44 | 10 | 24 | 471 | 52 | 101 |
| Binary | 11001011 | 10000001 | 10111011 | 0 | 100100 | 1000 | 10100 | 100111001 | 101010 | 1000001 |
Color Harmonies of #CB81BB
Complementary color
Monochromatic Colors of #CB81BB
Black with #CB81BB
Text Example
Text Example
White with #CB81BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB81BB; }
p { color: rgb(203,129,187); }
H1.HeaderClassName
{
color: #CB81BB;
}
.AnyTagClassName
{
color: #CB81BB;
}
</style>
background-color css
<style>
a { background-color: #CB81BB; }
a { background-color: rgb(203,129,187); }
div.DivClassName
{
background-color: #CB81BB;
}
.BgClassName
{
background-color: #CB81BB;
}
</style>
border-color css
<style>
span { border-color: #CB81BB; }
span { border-color: rgb(203,129,187); }
td.TdClassName
{
border-color: #CB81BB;
}
.TagClassName
{
border-color: #CB81BB;
}
</style>