Shades of Lily #CB87BC
Tints of Lily #CB87BC
RGB
CMYK
RGB Variations
Color information
#CB87BC (or 0xCB87BC) is known color: Lily. HEX triplet: CB, 87 and BC. RGB value is (203,135,188). Sum of RGB (Red+Green+Blue) = 203+135+188=526 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.59% from 526); Green value is 135 (53.12% from 255 or 25.67% from 526); Blue value is 188 (73.83% from 255 or 35.74% from 526); Max value from RGB is 203 - color contains mainly: red. Hex color #CB87BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB87BC is #347843. Grayscale: #A1A1A1. Windows color (decimal): -3438660 or 12355531. OLE color: 12355531.
HSL color Cylindrical-coordinate representation of color #CB87BC: hue angle of 313.24º degrees, saturation: 0.4, 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 #CB87BC is Cyan = 0, Magento = 0.33, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 135 | 188 | - |
| CMYK | 0 | 0.33 | 0.07 | 0.20 |
| HSL | 313.24º | 0.4% | 0.66% | - |
| HSV(B) | 313.24º | 0.33% | 0.8% | - |
| XYZ | 42.37 | 33.66 | 51.84 | - |
| YUV | 161.37 | 143.03 | 157.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 135 | 188 | 0 | 0.33 | 0.07 | 0.20 | 313.24 | 0.4 | 0.66 |
| Hex | CB | 87 | BC | 0 | 21 | 7 | 14 | 139 | 28 | 42 |
| Octal | 313 | 207 | 274 | 0 | 41 | 7 | 24 | 471 | 50 | 102 |
| Binary | 11001011 | 10000111 | 10111100 | 0 | 100001 | 111 | 10100 | 100111001 | 101000 | 1000010 |
Color Harmonies of #CB87BC
Complementary color
Monochromatic Colors of #CB87BC
Black with #CB87BC
Text Example
Text Example
White with #CB87BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB87BC; }
p { color: rgb(203,135,188); }
H1.HeaderClassName
{
color: #CB87BC;
}
.AnyTagClassName
{
color: #CB87BC;
}
</style>
background-color css
<style>
a { background-color: #CB87BC; }
a { background-color: rgb(203,135,188); }
div.DivClassName
{
background-color: #CB87BC;
}
.BgClassName
{
background-color: #CB87BC;
}
</style>
border-color css
<style>
span { border-color: #CB87BC; }
span { border-color: rgb(203,135,188); }
td.TdClassName
{
border-color: #CB87BC;
}
.TagClassName
{
border-color: #CB87BC;
}
</style>