Shades of Lily #C68EAD
Tints of Lily #C68EAD
RGB
CMYK
RGB Variations
Color information
#C68EAD (or 0xC68EAD) is known color: Lily. HEX triplet: C6, 8E and AD. RGB value is (198,142,173). Sum of RGB (Red+Green+Blue) = 198+142+173=513 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.60% from 513); Green value is 142 (55.86% from 255 or 27.68% from 513); Blue value is 173 (67.97% from 255 or 33.72% from 513); Max value from RGB is 198 - color contains mainly: red. Hex color #C68EAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68EAD is #397152. Grayscale: #A2A2A2. Windows color (decimal): -3764563 or 11374278. OLE color: 11374278.
HSL color Cylindrical-coordinate representation of color #C68EAD: hue angle of 326.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 #C68EAD is Cyan = 0, Magento = 0.28, Yellow = 0.13 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 142 | 173 | - |
| CMYK | 0 | 0.28 | 0.13 | 0.22 |
| HSL | 326.79º | 0.33% | 0.67% | - |
| HSV(B) | 326.79º | 0.28% | 0.78% | - |
| XYZ | 40.5 | 34.37 | 44.03 | - |
| YUV | 162.28 | 134.05 | 153.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 142 | 173 | 0 | 0.28 | 0.13 | 0.22 | 326.79 | 0.33 | 0.67 |
| Hex | C6 | 8E | AD | 0 | 1C | D | 16 | 147 | 21 | 43 |
| Octal | 306 | 216 | 255 | 0 | 34 | 15 | 26 | 507 | 41 | 103 |
| Binary | 11000110 | 10001110 | 10101101 | 0 | 11100 | 1101 | 10110 | 101000111 | 100001 | 1000011 |
Color Harmonies of #C68EAD
Complementary color
Monochromatic Colors of #C68EAD
Black with #C68EAD
Text Example
Text Example
White with #C68EAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68EAD; }
p { color: rgb(198,142,173); }
H1.HeaderClassName
{
color: #C68EAD;
}
.AnyTagClassName
{
color: #C68EAD;
}
</style>
background-color css
<style>
a { background-color: #C68EAD; }
a { background-color: rgb(198,142,173); }
div.DivClassName
{
background-color: #C68EAD;
}
.BgClassName
{
background-color: #C68EAD;
}
</style>
border-color css
<style>
span { border-color: #C68EAD; }
span { border-color: rgb(198,142,173); }
td.TdClassName
{
border-color: #C68EAD;
}
.TagClassName
{
border-color: #C68EAD;
}
</style>