Shades of Lily #CB88BC
Tints of Lily #CB88BC
RGB
CMYK
RGB Variations
Color information
#CB88BC (or 0xCB88BC) is known color: Lily. HEX triplet: CB, 88 and BC. RGB value is (203,136,188). Sum of RGB (Red+Green+Blue) = 203+136+188=527 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.52% from 527); Green value is 136 (53.52% from 255 or 25.81% from 527); Blue value is 188 (73.83% from 255 or 35.67% from 527); Max value from RGB is 203 - color contains mainly: red. Hex color #CB88BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB88BC is #347743. Grayscale: #A1A1A1. Windows color (decimal): -3438404 or 12355787. OLE color: 12355787.
HSL color Cylindrical-coordinate representation of color #CB88BC: hue angle of 313.43º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CB88BC is Cyan = 0, Magento = 0.33, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 136 | 188 | - |
| CMYK | 0 | 0.33 | 0.07 | 0.20 |
| HSL | 313.43º | 0.39% | 0.66% | - |
| HSV(B) | 313.43º | 0.33% | 0.8% | - |
| XYZ | 42.51 | 33.94 | 51.89 | - |
| YUV | 161.96 | 142.7 | 157.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 136 | 188 | 0 | 0.33 | 0.07 | 0.20 | 313.43 | 0.39 | 0.66 |
| Hex | CB | 88 | BC | 0 | 21 | 7 | 14 | 139 | 27 | 42 |
| Octal | 313 | 210 | 274 | 0 | 41 | 7 | 24 | 471 | 47 | 102 |
| Binary | 11001011 | 10001000 | 10111100 | 0 | 100001 | 111 | 10100 | 100111001 | 100111 | 1000010 |
Color Harmonies of #CB88BC
Complementary color
Monochromatic Colors of #CB88BC
Black with #CB88BC
Text Example
Text Example
White with #CB88BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB88BC; }
p { color: rgb(203,136,188); }
H1.HeaderClassName
{
color: #CB88BC;
}
.AnyTagClassName
{
color: #CB88BC;
}
</style>
background-color css
<style>
a { background-color: #CB88BC; }
a { background-color: rgb(203,136,188); }
div.DivClassName
{
background-color: #CB88BC;
}
.BgClassName
{
background-color: #CB88BC;
}
</style>
border-color css
<style>
span { border-color: #CB88BC; }
span { border-color: rgb(203,136,188); }
td.TdClassName
{
border-color: #CB88BC;
}
.TagClassName
{
border-color: #CB88BC;
}
</style>