Shades of Lily #CB85BC
Tints of Lily #CB85BC
RGB
CMYK
RGB Variations
Color information
#CB85BC (or 0xCB85BC) is known color: Lily. HEX triplet: CB, 85 and BC. RGB value is (203,133,188). Sum of RGB (Red+Green+Blue) = 203+133+188=524 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.74% from 524); Green value is 133 (52.34% from 255 or 25.38% from 524); Blue value is 188 (73.83% from 255 or 35.88% from 524); Max value from RGB is 203 - color contains mainly: red. Hex color #CB85BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB85BC is #347A43. Grayscale: #A0A0A0. Windows color (decimal): -3439172 or 12355019. OLE color: 12355019.
HSL color Cylindrical-coordinate representation of color #CB85BC: hue angle of 312.86º 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 #CB85BC is Cyan = 0, Magento = 0.34, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 133 | 188 | - |
| CMYK | 0 | 0.34 | 0.07 | 0.20 |
| HSL | 312.86º | 0.4% | 0.66% | - |
| HSV(B) | 312.86º | 0.34% | 0.8% | - |
| XYZ | 42.09 | 33.1 | 51.75 | - |
| YUV | 160.2 | 143.69 | 158.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 133 | 188 | 0 | 0.34 | 0.07 | 0.20 | 312.86 | 0.4 | 0.66 |
| Hex | CB | 85 | BC | 0 | 22 | 7 | 14 | 139 | 28 | 42 |
| Octal | 313 | 205 | 274 | 0 | 42 | 7 | 24 | 471 | 50 | 102 |
| Binary | 11001011 | 10000101 | 10111100 | 0 | 100010 | 111 | 10100 | 100111001 | 101000 | 1000010 |
Color Harmonies of #CB85BC
Complementary color
Monochromatic Colors of #CB85BC
Black with #CB85BC
Text Example
Text Example
White with #CB85BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB85BC; }
p { color: rgb(203,133,188); }
H1.HeaderClassName
{
color: #CB85BC;
}
.AnyTagClassName
{
color: #CB85BC;
}
</style>
background-color css
<style>
a { background-color: #CB85BC; }
a { background-color: rgb(203,133,188); }
div.DivClassName
{
background-color: #CB85BC;
}
.BgClassName
{
background-color: #CB85BC;
}
</style>
border-color css
<style>
span { border-color: #CB85BC; }
span { border-color: rgb(203,133,188); }
td.TdClassName
{
border-color: #CB85BC;
}
.TagClassName
{
border-color: #CB85BC;
}
</style>