Shades of Lily #CB86B5
Tints of Lily #CB86B5
RGB
CMYK
RGB Variations
Color information
#CB86B5 (or 0xCB86B5) is known color: Lily. HEX triplet: CB, 86 and B5. RGB value is (203,134,181). Sum of RGB (Red+Green+Blue) = 203+134+181=518 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.19% from 518); Green value is 134 (52.73% from 255 or 25.87% from 518); Blue value is 181 (71.09% from 255 or 34.94% from 518); Max value from RGB is 203 - color contains mainly: red. Hex color #CB86B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB86B5 is #34794A. Grayscale: #9F9F9F. Windows color (decimal): -3438923 or 11896523. OLE color: 11896523.
HSL color Cylindrical-coordinate representation of color #CB86B5: hue angle of 319.13º 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 #CB86B5 is Cyan = 0, Magento = 0.34, Yellow = 0.11 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 134 | 181 | - |
| CMYK | 0 | 0.34 | 0.11 | 0.20 |
| HSL | 319.13º | 0.4% | 0.66% | - |
| HSV(B) | 319.13º | 0.34% | 0.8% | - |
| XYZ | 41.49 | 33.08 | 47.91 | - |
| YUV | 159.99 | 139.86 | 158.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 134 | 181 | 0 | 0.34 | 0.11 | 0.20 | 319.13 | 0.4 | 0.66 |
| Hex | CB | 86 | B5 | 0 | 22 | B | 14 | 13F | 28 | 42 |
| Octal | 313 | 206 | 265 | 0 | 42 | 13 | 24 | 477 | 50 | 102 |
| Binary | 11001011 | 10000110 | 10110101 | 0 | 100010 | 1011 | 10100 | 100111111 | 101000 | 1000010 |
Color Harmonies of #CB86B5
Complementary color
Monochromatic Colors of #CB86B5
Black with #CB86B5
Text Example
Text Example
White with #CB86B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB86B5; }
p { color: rgb(203,134,181); }
H1.HeaderClassName
{
color: #CB86B5;
}
.AnyTagClassName
{
color: #CB86B5;
}
</style>
background-color css
<style>
a { background-color: #CB86B5; }
a { background-color: rgb(203,134,181); }
div.DivClassName
{
background-color: #CB86B5;
}
.BgClassName
{
background-color: #CB86B5;
}
</style>
border-color css
<style>
span { border-color: #CB86B5; }
span { border-color: rgb(203,134,181); }
td.TdClassName
{
border-color: #CB86B5;
}
.TagClassName
{
border-color: #CB86B5;
}
</style>