Shades of Lily #C79BBC
Tints of Lily #C79BBC
RGB
CMYK
RGB Variations
Color information
#C79BBC (or 0xC79BBC) is known color: Lily. HEX triplet: C7, 9B and BC. RGB value is (199,155,188). Sum of RGB (Red+Green+Blue) = 199+155+188=542 (71% of max value = 765). Red value is 199 (78.12% from 255 or 36.72% from 542); Green value is 155 (60.94% from 255 or 28.60% from 542); Blue value is 188 (73.83% from 255 or 34.69% from 542); Max value from RGB is 199 - color contains mainly: red. Hex color #C79BBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C79BBC is #386443. Grayscale: #ABABAB. Windows color (decimal): -3695684 or 12360647. OLE color: 12360647.
HSL color Cylindrical-coordinate representation of color #C79BBC: hue angle of 315º degrees, saturation: 0.28, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C79BBC is Cyan = 0, Magento = 0.22, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 155 | 188 | - |
| CMYK | 0 | 0.22 | 0.06 | 0.22 |
| HSL | 315º | 0.28% | 0.69% | - |
| HSV(B) | 315º | 0.22% | 0.78% | - |
| XYZ | 44.35 | 39.22 | 52.81 | - |
| YUV | 171.92 | 137.08 | 147.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 155 | 188 | 0 | 0.22 | 0.06 | 0.22 | 315 | 0.28 | 0.69 |
| Hex | C7 | 9B | BC | 0 | 16 | 6 | 16 | 13B | 1C | 45 |
| Octal | 307 | 233 | 274 | 0 | 26 | 6 | 26 | 473 | 34 | 105 |
| Binary | 11000111 | 10011011 | 10111100 | 0 | 10110 | 110 | 10110 | 100111011 | 11100 | 1000101 |
Color Harmonies of #C79BBC
Complementary color
Monochromatic Colors of #C79BBC
Black with #C79BBC
Text Example
Text Example
White with #C79BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C79BBC; }
p { color: rgb(199,155,188); }
H1.HeaderClassName
{
color: #C79BBC;
}
.AnyTagClassName
{
color: #C79BBC;
}
</style>
background-color css
<style>
a { background-color: #C79BBC; }
a { background-color: rgb(199,155,188); }
div.DivClassName
{
background-color: #C79BBC;
}
.BgClassName
{
background-color: #C79BBC;
}
</style>
border-color css
<style>
span { border-color: #C79BBC; }
span { border-color: rgb(199,155,188); }
td.TdClassName
{
border-color: #C79BBC;
}
.TagClassName
{
border-color: #C79BBC;
}
</style>