Shades of Lily #CB91BC
Tints of Lily #CB91BC
RGB
CMYK
RGB Variations
Color information
#CB91BC (or 0xCB91BC) is known color: Lily. HEX triplet: CB, 91 and BC. RGB value is (203,145,188). Sum of RGB (Red+Green+Blue) = 203+145+188=536 (70% of max value = 765). Red value is 203 (79.69% from 255 or 37.87% from 536); Green value is 145 (57.03% from 255 or 27.05% from 536); Blue value is 188 (73.83% from 255 or 35.07% from 536); Max value from RGB is 203 - color contains mainly: red. Hex color #CB91BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB91BC is #346E43. Grayscale: #A7A7A7. Windows color (decimal): -3436100 or 12358091. OLE color: 12358091.
HSL color Cylindrical-coordinate representation of color #CB91BC: hue angle of 315.52º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CB91BC is Cyan = 0, Magento = 0.29, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 145 | 188 | - |
| CMYK | 0 | 0.29 | 0.07 | 0.20 |
| HSL | 315.52º | 0.36% | 0.68% | - |
| HSV(B) | 315.52º | 0.29% | 0.8% | - |
| XYZ | 43.83 | 36.58 | 52.33 | - |
| YUV | 167.24 | 139.72 | 153.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 145 | 188 | 0 | 0.29 | 0.07 | 0.20 | 315.52 | 0.36 | 0.68 |
| Hex | CB | 91 | BC | 0 | 1D | 7 | 14 | 13C | 24 | 44 |
| Octal | 313 | 221 | 274 | 0 | 35 | 7 | 24 | 474 | 44 | 104 |
| Binary | 11001011 | 10010001 | 10111100 | 0 | 11101 | 111 | 10100 | 100111100 | 100100 | 1000100 |
Color Harmonies of #CB91BC
Complementary color
Monochromatic Colors of #CB91BC
Black with #CB91BC
Text Example
Text Example
White with #CB91BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB91BC; }
p { color: rgb(203,145,188); }
H1.HeaderClassName
{
color: #CB91BC;
}
.AnyTagClassName
{
color: #CB91BC;
}
</style>
background-color css
<style>
a { background-color: #CB91BC; }
a { background-color: rgb(203,145,188); }
div.DivClassName
{
background-color: #CB91BC;
}
.BgClassName
{
background-color: #CB91BC;
}
</style>
border-color css
<style>
span { border-color: #CB91BC; }
span { border-color: rgb(203,145,188); }
td.TdClassName
{
border-color: #CB91BC;
}
.TagClassName
{
border-color: #CB91BC;
}
</style>