Shades of Lily #CB86B4
Tints of Lily #CB86B4
RGB
CMYK
RGB Variations
Color information
#CB86B4 (or 0xCB86B4) is known color: Lily. HEX triplet: CB, 86 and B4. RGB value is (203,134,180). Sum of RGB (Red+Green+Blue) = 203+134+180=517 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.26% from 517); Green value is 134 (52.73% from 255 or 25.92% from 517); Blue value is 180 (70.70% from 255 or 34.82% from 517); Max value from RGB is 203 - color contains mainly: red. Hex color #CB86B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB86B4 is #34794B. Grayscale: #9F9F9F. Windows color (decimal): -3438924 or 11830987. OLE color: 11830987.
HSL color Cylindrical-coordinate representation of color #CB86B4: hue angle of 320º 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 #CB86B4 is Cyan = 0, Magento = 0.34, Yellow = 0.11 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 134 | 180 | - |
| CMYK | 0 | 0.34 | 0.11 | 0.20 |
| HSL | 320º | 0.4% | 0.66% | - |
| HSV(B) | 320º | 0.34% | 0.8% | - |
| XYZ | 41.39 | 33.04 | 47.38 | - |
| YUV | 159.88 | 139.36 | 158.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 134 | 180 | 0 | 0.34 | 0.11 | 0.20 | 320 | 0.4 | 0.66 |
| Hex | CB | 86 | B4 | 0 | 22 | B | 14 | 140 | 28 | 42 |
| Octal | 313 | 206 | 264 | 0 | 42 | 13 | 24 | 500 | 50 | 102 |
| Binary | 11001011 | 10000110 | 10110100 | 0 | 100010 | 1011 | 10100 | 101000000 | 101000 | 1000010 |
Color Harmonies of #CB86B4
Complementary color
Monochromatic Colors of #CB86B4
Black with #CB86B4
Text Example
Text Example
White with #CB86B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB86B4; }
p { color: rgb(203,134,180); }
H1.HeaderClassName
{
color: #CB86B4;
}
.AnyTagClassName
{
color: #CB86B4;
}
</style>
background-color css
<style>
a { background-color: #CB86B4; }
a { background-color: rgb(203,134,180); }
div.DivClassName
{
background-color: #CB86B4;
}
.BgClassName
{
background-color: #CB86B4;
}
</style>
border-color css
<style>
span { border-color: #CB86B4; }
span { border-color: rgb(203,134,180); }
td.TdClassName
{
border-color: #CB86B4;
}
.TagClassName
{
border-color: #CB86B4;
}
</style>