Shades of Lily #CB86B1
Tints of Lily #CB86B1
RGB
CMYK
RGB Variations
Color information
#CB86B1 (or 0xCB86B1) is known color: Lily. HEX triplet: CB, 86 and B1. RGB value is (203,134,177). Sum of RGB (Red+Green+Blue) = 203+134+177=514 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.49% from 514); Green value is 134 (52.73% from 255 or 26.07% from 514); Blue value is 177 (69.53% from 255 or 34.44% from 514); Max value from RGB is 203 - color contains mainly: red. Hex color #CB86B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB86B1 is #34794E. Grayscale: #9F9F9F. Windows color (decimal): -3438927 or 11634379. OLE color: 11634379.
HSL color Cylindrical-coordinate representation of color #CB86B1: hue angle of 322.61º 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 #CB86B1 is Cyan = 0, Magento = 0.34, Yellow = 0.13 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 134 | 177 | - |
| CMYK | 0 | 0.34 | 0.13 | 0.20 |
| HSL | 322.61º | 0.4% | 0.66% | - |
| HSV(B) | 322.61º | 0.34% | 0.8% | - |
| XYZ | 41.09 | 32.92 | 45.78 | - |
| YUV | 159.53 | 137.86 | 159 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 134 | 177 | 0 | 0.34 | 0.13 | 0.20 | 322.61 | 0.4 | 0.66 |
| Hex | CB | 86 | B1 | 0 | 22 | D | 14 | 143 | 28 | 42 |
| Octal | 313 | 206 | 261 | 0 | 42 | 15 | 24 | 503 | 50 | 102 |
| Binary | 11001011 | 10000110 | 10110001 | 0 | 100010 | 1101 | 10100 | 101000011 | 101000 | 1000010 |
Color Harmonies of #CB86B1
Complementary color
Monochromatic Colors of #CB86B1
Black with #CB86B1
Text Example
Text Example
White with #CB86B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB86B1; }
p { color: rgb(203,134,177); }
H1.HeaderClassName
{
color: #CB86B1;
}
.AnyTagClassName
{
color: #CB86B1;
}
</style>
background-color css
<style>
a { background-color: #CB86B1; }
a { background-color: rgb(203,134,177); }
div.DivClassName
{
background-color: #CB86B1;
}
.BgClassName
{
background-color: #CB86B1;
}
</style>
border-color css
<style>
span { border-color: #CB86B1; }
span { border-color: rgb(203,134,177); }
td.TdClassName
{
border-color: #CB86B1;
}
.TagClassName
{
border-color: #CB86B1;
}
</style>