Shades of Lily #C68DB7
Tints of Lily #C68DB7
RGB
CMYK
RGB Variations
Color information
#C68DB7 (or 0xC68DB7) is known color: Lily. HEX triplet: C6, 8D and B7. RGB value is (198,141,183). Sum of RGB (Red+Green+Blue) = 198+141+183=522 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.93% from 522); Green value is 141 (55.47% from 255 or 27.01% from 522); Blue value is 183 (71.88% from 255 or 35.06% from 522); Max value from RGB is 198 - color contains mainly: red. Hex color #C68DB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C68DB7 is #397248. Grayscale: #A2A2A2. Windows color (decimal): -3764809 or 12029382. OLE color: 12029382.
HSL color Cylindrical-coordinate representation of color #C68DB7: hue angle of 315.79º 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 #C68DB7 is Cyan = 0, Magento = 0.29, Yellow = 0.08 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 141 | 183 | - |
| CMYK | 0 | 0.29 | 0.08 | 0.22 |
| HSL | 315.79º | 0.33% | 0.66% | - |
| HSV(B) | 315.79º | 0.29% | 0.78% | - |
| XYZ | 41.36 | 34.47 | 49.27 | - |
| YUV | 162.83 | 139.38 | 153.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 141 | 183 | 0 | 0.29 | 0.08 | 0.22 | 315.79 | 0.33 | 0.66 |
| Hex | C6 | 8D | B7 | 0 | 1D | 8 | 16 | 13C | 21 | 42 |
| Octal | 306 | 215 | 267 | 0 | 35 | 10 | 26 | 474 | 41 | 102 |
| Binary | 11000110 | 10001101 | 10110111 | 0 | 11101 | 1000 | 10110 | 100111100 | 100001 | 1000010 |
Color Harmonies of #C68DB7
Complementary color
Monochromatic Colors of #C68DB7
Black with #C68DB7
Text Example
Text Example
White with #C68DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68DB7; }
p { color: rgb(198,141,183); }
H1.HeaderClassName
{
color: #C68DB7;
}
.AnyTagClassName
{
color: #C68DB7;
}
</style>
background-color css
<style>
a { background-color: #C68DB7; }
a { background-color: rgb(198,141,183); }
div.DivClassName
{
background-color: #C68DB7;
}
.BgClassName
{
background-color: #C68DB7;
}
</style>
border-color css
<style>
span { border-color: #C68DB7; }
span { border-color: rgb(198,141,183); }
td.TdClassName
{
border-color: #C68DB7;
}
.TagClassName
{
border-color: #C68DB7;
}
</style>