Shades of Lily #CB86B0
Tints of Lily #CB86B0
RGB
CMYK
RGB Variations
Color information
#CB86B0 (or 0xCB86B0) is known color: Lily. HEX triplet: CB, 86 and B0. RGB value is (203,134,176). Sum of RGB (Red+Green+Blue) = 203+134+176=513 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.57% from 513); Green value is 134 (52.73% from 255 or 26.12% from 513); Blue value is 176 (69.14% from 255 or 34.31% from 513); Max value from RGB is 203 - color contains mainly: red. Hex color #CB86B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB86B0 is #34794F. Grayscale: #9F9F9F. Windows color (decimal): -3438928 or 11568843. OLE color: 11568843.
HSL color Cylindrical-coordinate representation of color #CB86B0: hue angle of 323.48º 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 #CB86B0 is Cyan = 0, Magento = 0.34, Yellow = 0.13 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 134 | 176 | - |
| CMYK | 0 | 0.34 | 0.13 | 0.20 |
| HSL | 323.48º | 0.4% | 0.66% | - |
| HSV(B) | 323.48º | 0.34% | 0.8% | - |
| XYZ | 40.99 | 32.88 | 45.26 | - |
| YUV | 159.42 | 137.36 | 159.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 134 | 176 | 0 | 0.34 | 0.13 | 0.20 | 323.48 | 0.4 | 0.66 |
| Hex | CB | 86 | B0 | 0 | 22 | D | 14 | 143 | 28 | 42 |
| Octal | 313 | 206 | 260 | 0 | 42 | 15 | 24 | 503 | 50 | 102 |
| Binary | 11001011 | 10000110 | 10110000 | 0 | 100010 | 1101 | 10100 | 101000011 | 101000 | 1000010 |
Color Harmonies of #CB86B0
Complementary color
Monochromatic Colors of #CB86B0
Black with #CB86B0
Text Example
Text Example
White with #CB86B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB86B0; }
p { color: rgb(203,134,176); }
H1.HeaderClassName
{
color: #CB86B0;
}
.AnyTagClassName
{
color: #CB86B0;
}
</style>
background-color css
<style>
a { background-color: #CB86B0; }
a { background-color: rgb(203,134,176); }
div.DivClassName
{
background-color: #CB86B0;
}
.BgClassName
{
background-color: #CB86B0;
}
</style>
border-color css
<style>
span { border-color: #CB86B0; }
span { border-color: rgb(203,134,176); }
td.TdClassName
{
border-color: #CB86B0;
}
.TagClassName
{
border-color: #CB86B0;
}
</style>