Shades of Lily #C18BAD
Tints of Lily #C18BAD
RGB
CMYK
RGB Variations
Color information
#C18BAD (or 0xC18BAD) is known color: Lily. HEX triplet: C1, 8B and AD. RGB value is (193,139,173). Sum of RGB (Red+Green+Blue) = 193+139+173=505 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.22% from 505); Green value is 139 (54.69% from 255 or 27.52% from 505); Blue value is 173 (67.97% from 255 or 34.26% from 505); Max value from RGB is 193 - color contains mainly: red. Hex color #C18BAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C18BAD is #3E7452. Grayscale: #9E9E9E. Windows color (decimal): -4093011 or 11373505. OLE color: 11373505.
HSL color Cylindrical-coordinate representation of color #C18BAD: hue angle of 322.22º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C18BAD is Cyan = 0, Magento = 0.28, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 139 | 173 | - |
| CMYK | 0 | 0.28 | 0.10 | 0.24 |
| HSL | 322.22º | 0.3% | 0.65% | - |
| HSV(B) | 322.22º | 0.28% | 0.76% | - |
| XYZ | 38.77 | 32.82 | 43.83 | - |
| YUV | 159.02 | 135.89 | 152.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 139 | 173 | 0 | 0.28 | 0.10 | 0.24 | 322.22 | 0.3 | 0.65 |
| Hex | C1 | 8B | AD | 0 | 1C | A | 18 | 142 | 1E | 41 |
| Octal | 301 | 213 | 255 | 0 | 34 | 12 | 30 | 502 | 36 | 101 |
| Binary | 11000001 | 10001011 | 10101101 | 0 | 11100 | 1010 | 11000 | 101000010 | 11110 | 1000001 |
Color Harmonies of #C18BAD
Complementary color
Monochromatic Colors of #C18BAD
Black with #C18BAD
Text Example
Text Example
White with #C18BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18BAD; }
p { color: rgb(193,139,173); }
H1.HeaderClassName
{
color: #C18BAD;
}
.AnyTagClassName
{
color: #C18BAD;
}
</style>
background-color css
<style>
a { background-color: #C18BAD; }
a { background-color: rgb(193,139,173); }
div.DivClassName
{
background-color: #C18BAD;
}
.BgClassName
{
background-color: #C18BAD;
}
</style>
border-color css
<style>
span { border-color: #C18BAD; }
span { border-color: rgb(193,139,173); }
td.TdClassName
{
border-color: #C18BAD;
}
.TagClassName
{
border-color: #C18BAD;
}
</style>