Shades of Lily #C68DB5
Tints of Lily #C68DB5
RGB
CMYK
RGB Variations
Color information
#C68DB5 (or 0xC68DB5) is known color: Lily. HEX triplet: C6, 8D and B5. RGB value is (198,141,181). Sum of RGB (Red+Green+Blue) = 198+141+181=520 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.08% from 520); Green value is 141 (55.47% from 255 or 27.12% from 520); Blue value is 181 (71.09% from 255 or 34.81% from 520); Max value from RGB is 198 - color contains mainly: red. Hex color #C68DB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C68DB5 is #39724A. Grayscale: #A2A2A2. Windows color (decimal): -3764811 or 11898310. OLE color: 11898310.
HSL color Cylindrical-coordinate representation of color #C68DB5: hue angle of 317.89º 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 #C68DB5 is Cyan = 0, Magento = 0.29, Yellow = 0.09 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 141 | 181 | - |
| CMYK | 0 | 0.29 | 0.09 | 0.22 |
| HSL | 317.89º | 0.33% | 0.66% | - |
| HSV(B) | 317.89º | 0.29% | 0.78% | - |
| XYZ | 41.15 | 34.39 | 48.19 | - |
| YUV | 162.6 | 138.38 | 153.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 141 | 181 | 0 | 0.29 | 0.09 | 0.22 | 317.89 | 0.33 | 0.66 |
| Hex | C6 | 8D | B5 | 0 | 1D | 9 | 16 | 13E | 21 | 42 |
| Octal | 306 | 215 | 265 | 0 | 35 | 11 | 26 | 476 | 41 | 102 |
| Binary | 11000110 | 10001101 | 10110101 | 0 | 11101 | 1001 | 10110 | 100111110 | 100001 | 1000010 |
Color Harmonies of #C68DB5
Complementary color
Monochromatic Colors of #C68DB5
Black with #C68DB5
Text Example
Text Example
White with #C68DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68DB5; }
p { color: rgb(198,141,181); }
H1.HeaderClassName
{
color: #C68DB5;
}
.AnyTagClassName
{
color: #C68DB5;
}
</style>
background-color css
<style>
a { background-color: #C68DB5; }
a { background-color: rgb(198,141,181); }
div.DivClassName
{
background-color: #C68DB5;
}
.BgClassName
{
background-color: #C68DB5;
}
</style>
border-color css
<style>
span { border-color: #C68DB5; }
span { border-color: rgb(198,141,181); }
td.TdClassName
{
border-color: #C68DB5;
}
.TagClassName
{
border-color: #C68DB5;
}
</style>