Shades of Lily #C18EB0
Tints of Lily #C18EB0
RGB
CMYK
RGB Variations
Color information
#C18EB0 (or 0xC18EB0) is known color: Lily. HEX triplet: C1, 8E and B0. RGB value is (193,142,176). Sum of RGB (Red+Green+Blue) = 193+142+176=511 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.77% from 511); Green value is 142 (55.86% from 255 or 27.79% from 511); Blue value is 176 (69.14% from 255 or 34.44% from 511); Max value from RGB is 193 - color contains mainly: red. Hex color #C18EB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C18EB0 is #3E714F. Grayscale: #A1A1A1. Windows color (decimal): -4092240 or 11570881. OLE color: 11570881.
HSL color Cylindrical-coordinate representation of color #C18EB0: hue angle of 320º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C18EB0 is Cyan = 0, Magento = 0.26, Yellow = 0.09 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 142 | 176 | - |
| CMYK | 0 | 0.26 | 0.09 | 0.24 |
| HSL | 320º | 0.29% | 0.66% | - |
| HSV(B) | 320º | 0.26% | 0.76% | - |
| XYZ | 39.5 | 33.82 | 45.52 | - |
| YUV | 161.13 | 136.4 | 150.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 142 | 176 | 0 | 0.26 | 0.09 | 0.24 | 320 | 0.29 | 0.66 |
| Hex | C1 | 8E | B0 | 0 | 1A | 9 | 18 | 140 | 1D | 42 |
| Octal | 301 | 216 | 260 | 0 | 32 | 11 | 30 | 500 | 35 | 102 |
| Binary | 11000001 | 10001110 | 10110000 | 0 | 11010 | 1001 | 11000 | 101000000 | 11101 | 1000010 |
Color Harmonies of #C18EB0
Complementary color
Monochromatic Colors of #C18EB0
Black with #C18EB0
Text Example
Text Example
White with #C18EB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18EB0; }
p { color: rgb(193,142,176); }
H1.HeaderClassName
{
color: #C18EB0;
}
.AnyTagClassName
{
color: #C18EB0;
}
</style>
background-color css
<style>
a { background-color: #C18EB0; }
a { background-color: rgb(193,142,176); }
div.DivClassName
{
background-color: #C18EB0;
}
.BgClassName
{
background-color: #C18EB0;
}
</style>
border-color css
<style>
span { border-color: #C18EB0; }
span { border-color: rgb(193,142,176); }
td.TdClassName
{
border-color: #C18EB0;
}
.TagClassName
{
border-color: #C18EB0;
}
</style>