Shades of Lily #C68AAD
Tints of Lily #C68AAD
RGB
CMYK
RGB Variations
Color information
#C68AAD (or 0xC68AAD) is known color: Lily. HEX triplet: C6, 8A and AD. RGB value is (198,138,173). Sum of RGB (Red+Green+Blue) = 198+138+173=509 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.90% from 509); Green value is 138 (54.30% from 255 or 27.11% from 509); Blue value is 173 (67.97% from 255 or 33.99% from 509); Max value from RGB is 198 - color contains mainly: red. Hex color #C68AAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68AAD is #397552. Grayscale: #9F9F9F. Windows color (decimal): -3765587 or 11373254. OLE color: 11373254.
HSL color Cylindrical-coordinate representation of color #C68AAD: hue angle of 325º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C68AAD is Cyan = 0, Magento = 0.30, Yellow = 0.13 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 138 | 173 | - |
| CMYK | 0 | 0.30 | 0.13 | 0.22 |
| HSL | 325º | 0.34% | 0.66% | - |
| HSV(B) | 325º | 0.3% | 0.78% | - |
| XYZ | 39.92 | 33.2 | 43.84 | - |
| YUV | 159.93 | 135.38 | 155.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 138 | 173 | 0 | 0.30 | 0.13 | 0.22 | 325 | 0.34 | 0.66 |
| Hex | C6 | 8A | AD | 0 | 1E | D | 16 | 145 | 22 | 42 |
| Octal | 306 | 212 | 255 | 0 | 36 | 15 | 26 | 505 | 42 | 102 |
| Binary | 11000110 | 10001010 | 10101101 | 0 | 11110 | 1101 | 10110 | 101000101 | 100010 | 1000010 |
Color Harmonies of #C68AAD
Complementary color
Monochromatic Colors of #C68AAD
Black with #C68AAD
Text Example
Text Example
White with #C68AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68AAD; }
p { color: rgb(198,138,173); }
H1.HeaderClassName
{
color: #C68AAD;
}
.AnyTagClassName
{
color: #C68AAD;
}
</style>
background-color css
<style>
a { background-color: #C68AAD; }
a { background-color: rgb(198,138,173); }
div.DivClassName
{
background-color: #C68AAD;
}
.BgClassName
{
background-color: #C68AAD;
}
</style>
border-color css
<style>
span { border-color: #C68AAD; }
span { border-color: rgb(198,138,173); }
td.TdClassName
{
border-color: #C68AAD;
}
.TagClassName
{
border-color: #C68AAD;
}
</style>