Shades of Lily #CB88B3
Tints of Lily #CB88B3
RGB
CMYK
RGB Variations
Color information
#CB88B3 (or 0xCB88B3) is known color: Lily. HEX triplet: CB, 88 and B3. RGB value is (203,136,179). Sum of RGB (Red+Green+Blue) = 203+136+179=518 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.19% from 518); Green value is 136 (53.52% from 255 or 26.25% from 518); Blue value is 179 (70.31% from 255 or 34.56% from 518); Max value from RGB is 203 - color contains mainly: red. Hex color #CB88B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB88B3 is #34774C. Grayscale: #A0A0A0. Windows color (decimal): -3438413 or 11765963. OLE color: 11765963.
HSL color Cylindrical-coordinate representation of color #CB88B3: hue angle of 321.49º 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 #CB88B3 is Cyan = 0, Magento = 0.33, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 136 | 179 | - |
| CMYK | 0 | 0.33 | 0.12 | 0.20 |
| HSL | 321.49º | 0.39% | 0.66% | - |
| HSV(B) | 321.49º | 0.33% | 0.8% | - |
| XYZ | 41.57 | 33.56 | 46.93 | - |
| YUV | 160.94 | 138.2 | 158 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 136 | 179 | 0 | 0.33 | 0.12 | 0.20 | 321.49 | 0.39 | 0.66 |
| Hex | CB | 88 | B3 | 0 | 21 | C | 14 | 141 | 27 | 42 |
| Octal | 313 | 210 | 263 | 0 | 41 | 14 | 24 | 501 | 47 | 102 |
| Binary | 11001011 | 10001000 | 10110011 | 0 | 100001 | 1100 | 10100 | 101000001 | 100111 | 1000010 |
Color Harmonies of #CB88B3
Complementary color
Monochromatic Colors of #CB88B3
Black with #CB88B3
Text Example
Text Example
White with #CB88B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB88B3; }
p { color: rgb(203,136,179); }
H1.HeaderClassName
{
color: #CB88B3;
}
.AnyTagClassName
{
color: #CB88B3;
}
</style>
background-color css
<style>
a { background-color: #CB88B3; }
a { background-color: rgb(203,136,179); }
div.DivClassName
{
background-color: #CB88B3;
}
.BgClassName
{
background-color: #CB88B3;
}
</style>
border-color css
<style>
span { border-color: #CB88B3; }
span { border-color: rgb(203,136,179); }
td.TdClassName
{
border-color: #CB88B3;
}
.TagClassName
{
border-color: #CB88B3;
}
</style>