Shades of Lily #CB86BB
Tints of Lily #CB86BB
RGB
CMYK
RGB Variations
Color information
#CB86BB (or 0xCB86BB) is known color: Lily. HEX triplet: CB, 86 and BB. RGB value is (203,134,187). Sum of RGB (Red+Green+Blue) = 203+134+187=524 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.74% from 524); Green value is 134 (52.73% from 255 or 25.57% from 524); Blue value is 187 (73.44% from 255 or 35.69% from 524); Max value from RGB is 203 - color contains mainly: red. Hex color #CB86BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB86BB is #347944. Grayscale: #A0A0A0. Windows color (decimal): -3438917 or 12289739. OLE color: 12289739.
HSL color Cylindrical-coordinate representation of color #CB86BB: hue angle of 313.91º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CB86BB is Cyan = 0, Magento = 0.34, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 134 | 187 | - |
| CMYK | 0 | 0.34 | 0.08 | 0.20 |
| HSL | 313.91º | 0.4% | 0.66% | - |
| HSV(B) | 313.91º | 0.34% | 0.8% | - |
| XYZ | 42.12 | 33.33 | 51.23 | - |
| YUV | 160.67 | 142.86 | 158.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 134 | 187 | 0 | 0.34 | 0.08 | 0.20 | 313.91 | 0.4 | 0.66 |
| Hex | CB | 86 | BB | 0 | 22 | 8 | 14 | 13A | 28 | 42 |
| Octal | 313 | 206 | 273 | 0 | 42 | 10 | 24 | 472 | 50 | 102 |
| Binary | 11001011 | 10000110 | 10111011 | 0 | 100010 | 1000 | 10100 | 100111010 | 101000 | 1000010 |
Color Harmonies of #CB86BB
Complementary color
Monochromatic Colors of #CB86BB
Black with #CB86BB
Text Example
Text Example
White with #CB86BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB86BB; }
p { color: rgb(203,134,187); }
H1.HeaderClassName
{
color: #CB86BB;
}
.AnyTagClassName
{
color: #CB86BB;
}
</style>
background-color css
<style>
a { background-color: #CB86BB; }
a { background-color: rgb(203,134,187); }
div.DivClassName
{
background-color: #CB86BB;
}
.BgClassName
{
background-color: #CB86BB;
}
</style>
border-color css
<style>
span { border-color: #CB86BB; }
span { border-color: rgb(203,134,187); }
td.TdClassName
{
border-color: #CB86BB;
}
.TagClassName
{
border-color: #CB86BB;
}
</style>