Shades of Lily #CB85BB
Tints of Lily #CB85BB
RGB
CMYK
RGB Variations
Color information
#CB85BB (or 0xCB85BB) is known color: Lily. HEX triplet: CB, 85 and BB. RGB value is (203,133,187). Sum of RGB (Red+Green+Blue) = 203+133+187=523 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.81% from 523); Green value is 133 (52.34% from 255 or 25.43% from 523); Blue value is 187 (73.44% from 255 or 35.76% from 523); Max value from RGB is 203 - color contains mainly: red. Hex color #CB85BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB85BB is #347A44. Grayscale: #9F9F9F. Windows color (decimal): -3439173 or 12289483. OLE color: 12289483.
HSL color Cylindrical-coordinate representation of color #CB85BB: hue angle of 313.71º 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 #CB85BB is Cyan = 0, Magento = 0.34, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 133 | 187 | - |
| CMYK | 0 | 0.34 | 0.08 | 0.20 |
| HSL | 313.71º | 0.4% | 0.66% | - |
| HSV(B) | 313.71º | 0.34% | 0.8% | - |
| XYZ | 41.99 | 33.06 | 51.18 | - |
| YUV | 160.09 | 143.19 | 158.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 133 | 187 | 0 | 0.34 | 0.08 | 0.20 | 313.71 | 0.4 | 0.66 |
| Hex | CB | 85 | BB | 0 | 22 | 8 | 14 | 13A | 28 | 42 |
| Octal | 313 | 205 | 273 | 0 | 42 | 10 | 24 | 472 | 50 | 102 |
| Binary | 11001011 | 10000101 | 10111011 | 0 | 100010 | 1000 | 10100 | 100111010 | 101000 | 1000010 |
Color Harmonies of #CB85BB
Complementary color
Monochromatic Colors of #CB85BB
Black with #CB85BB
Text Example
Text Example
White with #CB85BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB85BB; }
p { color: rgb(203,133,187); }
H1.HeaderClassName
{
color: #CB85BB;
}
.AnyTagClassName
{
color: #CB85BB;
}
</style>
background-color css
<style>
a { background-color: #CB85BB; }
a { background-color: rgb(203,133,187); }
div.DivClassName
{
background-color: #CB85BB;
}
.BgClassName
{
background-color: #CB85BB;
}
</style>
border-color css
<style>
span { border-color: #CB85BB; }
span { border-color: rgb(203,133,187); }
td.TdClassName
{
border-color: #CB85BB;
}
.TagClassName
{
border-color: #CB85BB;
}
</style>