Shades of Lily #CB87B2
Tints of Lily #CB87B2
RGB
CMYK
RGB Variations
Color information
#CB87B2 (or 0xCB87B2) is known color: Lily. HEX triplet: CB, 87 and B2. RGB value is (203,135,178). Sum of RGB (Red+Green+Blue) = 203+135+178=516 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.34% from 516); Green value is 135 (53.12% from 255 or 26.16% from 516); Blue value is 178 (69.92% from 255 or 34.50% from 516); Max value from RGB is 203 - color contains mainly: red. Hex color #CB87B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB87B2 is #34784D. Grayscale: #A0A0A0. Windows color (decimal): -3438670 or 11700171. OLE color: 11700171.
HSL color Cylindrical-coordinate representation of color #CB87B2: hue angle of 322.06º 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 #CB87B2 is Cyan = 0, Magento = 0.33, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 135 | 178 | - |
| CMYK | 0 | 0.33 | 0.12 | 0.20 |
| HSL | 322.06º | 0.4% | 0.66% | - |
| HSV(B) | 322.06º | 0.33% | 0.8% | - |
| XYZ | 41.33 | 33.24 | 46.36 | - |
| YUV | 160.23 | 138.03 | 158.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 135 | 178 | 0 | 0.33 | 0.12 | 0.20 | 322.06 | 0.4 | 0.66 |
| Hex | CB | 87 | B2 | 0 | 21 | C | 14 | 142 | 28 | 42 |
| Octal | 313 | 207 | 262 | 0 | 41 | 14 | 24 | 502 | 50 | 102 |
| Binary | 11001011 | 10000111 | 10110010 | 0 | 100001 | 1100 | 10100 | 101000010 | 101000 | 1000010 |
Color Harmonies of #CB87B2
Complementary color
Monochromatic Colors of #CB87B2
Black with #CB87B2
Text Example
Text Example
White with #CB87B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB87B2; }
p { color: rgb(203,135,178); }
H1.HeaderClassName
{
color: #CB87B2;
}
.AnyTagClassName
{
color: #CB87B2;
}
</style>
background-color css
<style>
a { background-color: #CB87B2; }
a { background-color: rgb(203,135,178); }
div.DivClassName
{
background-color: #CB87B2;
}
.BgClassName
{
background-color: #CB87B2;
}
</style>
border-color css
<style>
span { border-color: #CB87B2; }
span { border-color: rgb(203,135,178); }
td.TdClassName
{
border-color: #CB87B2;
}
.TagClassName
{
border-color: #CB87B2;
}
</style>