Shades of Lily #C68DAE
Tints of Lily #C68DAE
RGB
CMYK
RGB Variations
Color information
#C68DAE (or 0xC68DAE) is known color: Lily. HEX triplet: C6, 8D and AE. RGB value is (198,141,174). Sum of RGB (Red+Green+Blue) = 198+141+174=513 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.60% from 513); Green value is 141 (55.47% from 255 or 27.49% from 513); Blue value is 174 (68.36% from 255 or 33.92% from 513); Max value from RGB is 198 - color contains mainly: red. Hex color #C68DAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68DAE is #397251. Grayscale: #A1A1A1. Windows color (decimal): -3764818 or 11439558. OLE color: 11439558.
HSL color Cylindrical-coordinate representation of color #C68DAE: hue angle of 325.26º 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 #C68DAE is Cyan = 0, Magento = 0.29, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 141 | 174 | - |
| CMYK | 0 | 0.29 | 0.12 | 0.22 |
| HSL | 325.26º | 0.33% | 0.66% | - |
| HSV(B) | 325.26º | 0.29% | 0.78% | - |
| XYZ | 40.45 | 34.11 | 44.5 | - |
| YUV | 161.81 | 134.88 | 153.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 141 | 174 | 0 | 0.29 | 0.12 | 0.22 | 325.26 | 0.33 | 0.66 |
| Hex | C6 | 8D | AE | 0 | 1D | C | 16 | 145 | 21 | 42 |
| Octal | 306 | 215 | 256 | 0 | 35 | 14 | 26 | 505 | 41 | 102 |
| Binary | 11000110 | 10001101 | 10101110 | 0 | 11101 | 1100 | 10110 | 101000101 | 100001 | 1000010 |
Color Harmonies of #C68DAE
Complementary color
Monochromatic Colors of #C68DAE
Black with #C68DAE
Text Example
Text Example
White with #C68DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68DAE; }
p { color: rgb(198,141,174); }
H1.HeaderClassName
{
color: #C68DAE;
}
.AnyTagClassName
{
color: #C68DAE;
}
</style>
background-color css
<style>
a { background-color: #C68DAE; }
a { background-color: rgb(198,141,174); }
div.DivClassName
{
background-color: #C68DAE;
}
.BgClassName
{
background-color: #C68DAE;
}
</style>
border-color css
<style>
span { border-color: #C68DAE; }
span { border-color: rgb(198,141,174); }
td.TdClassName
{
border-color: #C68DAE;
}
.TagClassName
{
border-color: #C68DAE;
}
</style>