Shades of Lily #C69DB7
Tints of Lily #C69DB7
RGB
CMYK
RGB Variations
Color information
#C69DB7 (or 0xC69DB7) is known color: Lily. HEX triplet: C6, 9D and B7. RGB value is (198,157,183). Sum of RGB (Red+Green+Blue) = 198+157+183=538 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.80% from 538); Green value is 157 (61.72% from 255 or 29.18% from 538); Blue value is 183 (71.88% from 255 or 34.01% from 538); Max value from RGB is 198 - color contains mainly: red. Hex color #C69DB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C69DB7 is #396248. Grayscale: #ACACAC. Windows color (decimal): -3760713 or 12033478. OLE color: 12033478.
HSL color Cylindrical-coordinate representation of color #C69DB7: hue angle of 321.95º degrees, saturation: 0.26, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C69DB7 is Cyan = 0, Magento = 0.21, Yellow = 0.08 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 157 | 183 | - |
| CMYK | 0 | 0.21 | 0.08 | 0.22 |
| HSL | 321.95º | 0.26% | 0.7% | - |
| HSV(B) | 321.95º | 0.21% | 0.78% | - |
| XYZ | 43.89 | 39.54 | 50.12 | - |
| YUV | 172.22 | 134.08 | 146.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 157 | 183 | 0 | 0.21 | 0.08 | 0.22 | 321.95 | 0.26 | 0.7 |
| Hex | C6 | 9D | B7 | 0 | 15 | 8 | 16 | 142 | 1A | 46 |
| Octal | 306 | 235 | 267 | 0 | 25 | 10 | 26 | 502 | 32 | 106 |
| Binary | 11000110 | 10011101 | 10110111 | 0 | 10101 | 1000 | 10110 | 101000010 | 11010 | 1000110 |
Color Harmonies of #C69DB7
Complementary color
Monochromatic Colors of #C69DB7
Black with #C69DB7
Text Example
Text Example
White with #C69DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69DB7; }
p { color: rgb(198,157,183); }
H1.HeaderClassName
{
color: #C69DB7;
}
.AnyTagClassName
{
color: #C69DB7;
}
</style>
background-color css
<style>
a { background-color: #C69DB7; }
a { background-color: rgb(198,157,183); }
div.DivClassName
{
background-color: #C69DB7;
}
.BgClassName
{
background-color: #C69DB7;
}
</style>
border-color css
<style>
span { border-color: #C69DB7; }
span { border-color: rgb(198,157,183); }
td.TdClassName
{
border-color: #C69DB7;
}
.TagClassName
{
border-color: #C69DB7;
}
</style>