Shades of Lily #C08AAD
Tints of Lily #C08AAD
RGB
CMYK
RGB Variations
Color information
#C08AAD (or 0xC08AAD) is known color: Lily. HEX triplet: C0, 8A and AD. RGB value is (192,138,173). Sum of RGB (Red+Green+Blue) = 192+138+173=503 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.17% from 503); Green value is 138 (54.30% from 255 or 27.44% from 503); Blue value is 173 (67.97% from 255 or 34.39% from 503); Max value from RGB is 192 - color contains mainly: red. Hex color #C08AAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08AAD is #3F7552. Grayscale: #9E9E9E. Windows color (decimal): -4158803 or 11373248. OLE color: 11373248.
HSL color Cylindrical-coordinate representation of color #C08AAD: hue angle of 321.11º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C08AAD is Cyan = 0, Magento = 0.28, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 138 | 173 | - |
| CMYK | 0 | 0.28 | 0.10 | 0.25 |
| HSL | 321.11º | 0.3% | 0.65% | - |
| HSV(B) | 321.11º | 0.28% | 0.75% | - |
| XYZ | 38.37 | 32.4 | 43.77 | - |
| YUV | 158.14 | 136.39 | 152.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 138 | 173 | 0 | 0.28 | 0.10 | 0.25 | 321.11 | 0.3 | 0.65 |
| Hex | C0 | 8A | AD | 0 | 1C | A | 19 | 141 | 1E | 41 |
| Octal | 300 | 212 | 255 | 0 | 34 | 12 | 31 | 501 | 36 | 101 |
| Binary | 11000000 | 10001010 | 10101101 | 0 | 11100 | 1010 | 11001 | 101000001 | 11110 | 1000001 |
Color Harmonies of #C08AAD
Complementary color
Monochromatic Colors of #C08AAD
Black with #C08AAD
Text Example
Text Example
White with #C08AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08AAD; }
p { color: rgb(192,138,173); }
H1.HeaderClassName
{
color: #C08AAD;
}
.AnyTagClassName
{
color: #C08AAD;
}
</style>
background-color css
<style>
a { background-color: #C08AAD; }
a { background-color: rgb(192,138,173); }
div.DivClassName
{
background-color: #C08AAD;
}
.BgClassName
{
background-color: #C08AAD;
}
</style>
border-color css
<style>
span { border-color: #C08AAD; }
span { border-color: rgb(192,138,173); }
td.TdClassName
{
border-color: #C08AAD;
}
.TagClassName
{
border-color: #C08AAD;
}
</style>