Shades of Lily #C68EBB
Tints of Lily #C68EBB
RGB
CMYK
RGB Variations
Color information
#C68EBB (or 0xC68EBB) is known color: Lily. HEX triplet: C6, 8E and BB. RGB value is (198,142,187). Sum of RGB (Red+Green+Blue) = 198+142+187=527 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.57% from 527); Green value is 142 (55.86% from 255 or 26.94% from 527); Blue value is 187 (73.44% from 255 or 35.48% from 527); Max value from RGB is 198 - color contains mainly: red. Hex color #C68EBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C68EBB is #397144. Grayscale: #A3A3A3. Windows color (decimal): -3764549 or 12291782. OLE color: 12291782.
HSL color Cylindrical-coordinate representation of color #C68EBB: hue angle of 311.79º degrees, saturation: 0.33, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C68EBB is Cyan = 0, Magento = 0.28, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 142 | 187 | - |
| CMYK | 0 | 0.28 | 0.06 | 0.22 |
| HSL | 311.79º | 0.33% | 0.67% | - |
| HSV(B) | 311.79º | 0.28% | 0.78% | - |
| XYZ | 41.93 | 34.94 | 51.55 | - |
| YUV | 163.87 | 141.05 | 152.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 142 | 187 | 0 | 0.28 | 0.06 | 0.22 | 311.79 | 0.33 | 0.67 |
| Hex | C6 | 8E | BB | 0 | 1C | 6 | 16 | 138 | 21 | 43 |
| Octal | 306 | 216 | 273 | 0 | 34 | 6 | 26 | 470 | 41 | 103 |
| Binary | 11000110 | 10001110 | 10111011 | 0 | 11100 | 110 | 10110 | 100111000 | 100001 | 1000011 |
Color Harmonies of #C68EBB
Complementary color
Monochromatic Colors of #C68EBB
Black with #C68EBB
Text Example
Text Example
White with #C68EBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68EBB; }
p { color: rgb(198,142,187); }
H1.HeaderClassName
{
color: #C68EBB;
}
.AnyTagClassName
{
color: #C68EBB;
}
</style>
background-color css
<style>
a { background-color: #C68EBB; }
a { background-color: rgb(198,142,187); }
div.DivClassName
{
background-color: #C68EBB;
}
.BgClassName
{
background-color: #C68EBB;
}
</style>
border-color css
<style>
span { border-color: #C68EBB; }
span { border-color: rgb(198,142,187); }
td.TdClassName
{
border-color: #C68EBB;
}
.TagClassName
{
border-color: #C68EBB;
}
</style>