Shades of Lily #C687B3
Tints of Lily #C687B3
RGB
CMYK
RGB Variations
Color information
#C687B3 (or 0xC687B3) is known color: Lily. HEX triplet: C6, 87 and B3. RGB value is (198,135,179). Sum of RGB (Red+Green+Blue) = 198+135+179=512 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.67% from 512); Green value is 135 (53.12% from 255 or 26.37% from 512); Blue value is 179 (70.31% from 255 or 34.96% from 512); Max value from RGB is 198 - color contains mainly: red. Hex color #C687B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C687B3 is #39784C. Grayscale: #9E9E9E. Windows color (decimal): -3766349 or 11765702. OLE color: 11765702.
HSL color Cylindrical-coordinate representation of color #C687B3: hue angle of 318.1º 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 #C687B3 is Cyan = 0, Magento = 0.32, Yellow = 0.10 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 135 | 179 | - |
| CMYK | 0 | 0.32 | 0.10 | 0.22 |
| HSL | 318.1º | 0.36% | 0.65% | - |
| HSV(B) | 318.1º | 0.32% | 0.78% | - |
| XYZ | 40.09 | 32.59 | 46.83 | - |
| YUV | 158.85 | 139.37 | 155.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 135 | 179 | 0 | 0.32 | 0.10 | 0.22 | 318.1 | 0.36 | 0.65 |
| Hex | C6 | 87 | B3 | 0 | 20 | A | 16 | 13E | 24 | 41 |
| Octal | 306 | 207 | 263 | 0 | 40 | 12 | 26 | 476 | 44 | 101 |
| Binary | 11000110 | 10000111 | 10110011 | 0 | 100000 | 1010 | 10110 | 100111110 | 100100 | 1000001 |
Color Harmonies of #C687B3
Complementary color
Monochromatic Colors of #C687B3
Black with #C687B3
Text Example
Text Example
White with #C687B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C687B3; }
p { color: rgb(198,135,179); }
H1.HeaderClassName
{
color: #C687B3;
}
.AnyTagClassName
{
color: #C687B3;
}
</style>
background-color css
<style>
a { background-color: #C687B3; }
a { background-color: rgb(198,135,179); }
div.DivClassName
{
background-color: #C687B3;
}
.BgClassName
{
background-color: #C687B3;
}
</style>
border-color css
<style>
span { border-color: #C687B3; }
span { border-color: rgb(198,135,179); }
td.TdClassName
{
border-color: #C687B3;
}
.TagClassName
{
border-color: #C687B3;
}
</style>