Shades of Lily #C687B0
Tints of Lily #C687B0
RGB
CMYK
RGB Variations
Color information
#C687B0 (or 0xC687B0) is known color: Lily. HEX triplet: C6, 87 and B0. RGB value is (198,135,176). Sum of RGB (Red+Green+Blue) = 198+135+176=509 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.90% from 509); Green value is 135 (53.12% from 255 or 26.52% from 509); Blue value is 176 (69.14% from 255 or 34.58% from 509); Max value from RGB is 198 - color contains mainly: red. Hex color #C687B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C687B0 is #39784F. Grayscale: #9E9E9E. Windows color (decimal): -3766352 or 11569094. OLE color: 11569094.
HSL color Cylindrical-coordinate representation of color #C687B0: hue angle of 320.95º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C687B0 is Cyan = 0, Magento = 0.32, Yellow = 0.11 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 135 | 176 | - |
| CMYK | 0 | 0.32 | 0.11 | 0.22 |
| HSL | 320.95º | 0.36% | 0.65% | - |
| HSV(B) | 320.95º | 0.32% | 0.78% | - |
| XYZ | 39.79 | 32.47 | 45.24 | - |
| YUV | 158.51 | 137.87 | 156.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 135 | 176 | 0 | 0.32 | 0.11 | 0.22 | 320.95 | 0.36 | 0.65 |
| Hex | C6 | 87 | B0 | 0 | 20 | B | 16 | 141 | 24 | 41 |
| Octal | 306 | 207 | 260 | 0 | 40 | 13 | 26 | 501 | 44 | 101 |
| Binary | 11000110 | 10000111 | 10110000 | 0 | 100000 | 1011 | 10110 | 101000001 | 100100 | 1000001 |
Color Harmonies of #C687B0
Complementary color
Monochromatic Colors of #C687B0
Black with #C687B0
Text Example
Text Example
White with #C687B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C687B0; }
p { color: rgb(198,135,176); }
H1.HeaderClassName
{
color: #C687B0;
}
.AnyTagClassName
{
color: #C687B0;
}
</style>
background-color css
<style>
a { background-color: #C687B0; }
a { background-color: rgb(198,135,176); }
div.DivClassName
{
background-color: #C687B0;
}
.BgClassName
{
background-color: #C687B0;
}
</style>
border-color css
<style>
span { border-color: #C687B0; }
span { border-color: rgb(198,135,176); }
td.TdClassName
{
border-color: #C687B0;
}
.TagClassName
{
border-color: #C687B0;
}
</style>