Shades of Lily #C68DAC
Tints of Lily #C68DAC
RGB
CMYK
RGB Variations
Color information
#C68DAC (or 0xC68DAC) is known color: Lily. HEX triplet: C6, 8D and AC. RGB value is (198,141,172). Sum of RGB (Red+Green+Blue) = 198+141+172=511 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.75% from 511); Green value is 141 (55.47% from 255 or 27.59% from 511); Blue value is 172 (67.58% from 255 or 33.66% from 511); Max value from RGB is 198 - color contains mainly: red. Hex color #C68DAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68DAC is #397253. Grayscale: #A1A1A1. Windows color (decimal): -3764820 or 11308486. OLE color: 11308486.
HSL color Cylindrical-coordinate representation of color #C68DAC: hue angle of 327.37º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C68DAC is Cyan = 0, Magento = 0.29, Yellow = 0.13 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 141 | 172 | - |
| CMYK | 0 | 0.29 | 0.13 | 0.22 |
| HSL | 327.37º | 0.33% | 0.66% | - |
| HSV(B) | 327.37º | 0.29% | 0.78% | - |
| XYZ | 40.26 | 34.03 | 43.48 | - |
| YUV | 161.58 | 133.88 | 153.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 141 | 172 | 0 | 0.29 | 0.13 | 0.22 | 327.37 | 0.33 | 0.66 |
| Hex | C6 | 8D | AC | 0 | 1D | D | 16 | 147 | 21 | 42 |
| Octal | 306 | 215 | 254 | 0 | 35 | 15 | 26 | 507 | 41 | 102 |
| Binary | 11000110 | 10001101 | 10101100 | 0 | 11101 | 1101 | 10110 | 101000111 | 100001 | 1000010 |
Color Harmonies of #C68DAC
Complementary color
Monochromatic Colors of #C68DAC
Black with #C68DAC
Text Example
Text Example
White with #C68DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68DAC; }
p { color: rgb(198,141,172); }
H1.HeaderClassName
{
color: #C68DAC;
}
.AnyTagClassName
{
color: #C68DAC;
}
</style>
background-color css
<style>
a { background-color: #C68DAC; }
a { background-color: rgb(198,141,172); }
div.DivClassName
{
background-color: #C68DAC;
}
.BgClassName
{
background-color: #C68DAC;
}
</style>
border-color css
<style>
span { border-color: #C68DAC; }
span { border-color: rgb(198,141,172); }
td.TdClassName
{
border-color: #C68DAC;
}
.TagClassName
{
border-color: #C68DAC;
}
</style>