Shades of Lily #CB86BA
Tints of Lily #CB86BA
RGB
CMYK
RGB Variations
Color information
#CB86BA (or 0xCB86BA) is known color: Lily. HEX triplet: CB, 86 and BA. RGB value is (203,134,186). Sum of RGB (Red+Green+Blue) = 203+134+186=523 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.81% from 523); Green value is 134 (52.73% from 255 or 25.62% from 523); Blue value is 186 (73.05% from 255 or 35.56% from 523); Max value from RGB is 203 - color contains mainly: red. Hex color #CB86BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB86BA is #347945. Grayscale: #A0A0A0. Windows color (decimal): -3438918 or 12224203. OLE color: 12224203.
HSL color Cylindrical-coordinate representation of color #CB86BA: hue angle of 314.78º 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 #CB86BA is Cyan = 0, Magento = 0.34, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 134 | 186 | - |
| CMYK | 0 | 0.34 | 0.08 | 0.20 |
| HSL | 314.78º | 0.4% | 0.66% | - |
| HSV(B) | 314.78º | 0.34% | 0.8% | - |
| XYZ | 42.02 | 33.29 | 50.67 | - |
| YUV | 160.56 | 142.36 | 158.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 134 | 186 | 0 | 0.34 | 0.08 | 0.20 | 314.78 | 0.4 | 0.66 |
| Hex | CB | 86 | BA | 0 | 22 | 8 | 14 | 13B | 28 | 42 |
| Octal | 313 | 206 | 272 | 0 | 42 | 10 | 24 | 473 | 50 | 102 |
| Binary | 11001011 | 10000110 | 10111010 | 0 | 100010 | 1000 | 10100 | 100111011 | 101000 | 1000010 |
Color Harmonies of #CB86BA
Complementary color
Monochromatic Colors of #CB86BA
Black with #CB86BA
Text Example
Text Example
White with #CB86BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB86BA; }
p { color: rgb(203,134,186); }
H1.HeaderClassName
{
color: #CB86BA;
}
.AnyTagClassName
{
color: #CB86BA;
}
</style>
background-color css
<style>
a { background-color: #CB86BA; }
a { background-color: rgb(203,134,186); }
div.DivClassName
{
background-color: #CB86BA;
}
.BgClassName
{
background-color: #CB86BA;
}
</style>
border-color css
<style>
span { border-color: #CB86BA; }
span { border-color: rgb(203,134,186); }
td.TdClassName
{
border-color: #CB86BA;
}
.TagClassName
{
border-color: #CB86BA;
}
</style>