Shades of Lily #C18FB6
Tints of Lily #C18FB6
RGB
CMYK
RGB Variations
Color information
#C18FB6 (or 0xC18FB6) is known color: Lily. HEX triplet: C1, 8F and B6. RGB value is (193,143,182). Sum of RGB (Red+Green+Blue) = 193+143+182=518 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.26% from 518); Green value is 143 (56.25% from 255 or 27.61% from 518); Blue value is 182 (71.48% from 255 or 35.14% from 518); Max value from RGB is 193 - color contains mainly: red. Hex color #C18FB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C18FB6 is #3E7049. Grayscale: #A2A2A2. Windows color (decimal): -4091978 or 11964353. OLE color: 11964353.
HSL color Cylindrical-coordinate representation of color #C18FB6: hue angle of 313.2º 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 #C18FB6 is Cyan = 0, Magento = 0.26, Yellow = 0.06 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 143 | 182 | - |
| CMYK | 0 | 0.26 | 0.06 | 0.24 |
| HSL | 313.2º | 0.29% | 0.66% | - |
| HSV(B) | 313.2º | 0.26% | 0.76% | - |
| XYZ | 40.26 | 34.36 | 48.77 | - |
| YUV | 162.4 | 139.07 | 149.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 143 | 182 | 0 | 0.26 | 0.06 | 0.24 | 313.2 | 0.29 | 0.66 |
| Hex | C1 | 8F | B6 | 0 | 1A | 6 | 18 | 139 | 1D | 42 |
| Octal | 301 | 217 | 266 | 0 | 32 | 6 | 30 | 471 | 35 | 102 |
| Binary | 11000001 | 10001111 | 10110110 | 0 | 11010 | 110 | 11000 | 100111001 | 11101 | 1000010 |
Color Harmonies of #C18FB6
Complementary color
Monochromatic Colors of #C18FB6
Black with #C18FB6
Text Example
Text Example
White with #C18FB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18FB6; }
p { color: rgb(193,143,182); }
H1.HeaderClassName
{
color: #C18FB6;
}
.AnyTagClassName
{
color: #C18FB6;
}
</style>
background-color css
<style>
a { background-color: #C18FB6; }
a { background-color: rgb(193,143,182); }
div.DivClassName
{
background-color: #C18FB6;
}
.BgClassName
{
background-color: #C18FB6;
}
</style>
border-color css
<style>
span { border-color: #C18FB6; }
span { border-color: rgb(193,143,182); }
td.TdClassName
{
border-color: #C18FB6;
}
.TagClassName
{
border-color: #C18FB6;
}
</style>