Shades of Lily #C18FB1
Tints of Lily #C18FB1
RGB
CMYK
RGB Variations
Color information
#C18FB1 (or 0xC18FB1) is known color: Lily. HEX triplet: C1, 8F and B1. RGB value is (193,143,177). Sum of RGB (Red+Green+Blue) = 193+143+177=513 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.62% from 513); Green value is 143 (56.25% from 255 or 27.88% from 513); Blue value is 177 (69.53% from 255 or 34.50% from 513); Max value from RGB is 193 - color contains mainly: red. Hex color #C18FB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C18FB1 is #3E704E. Grayscale: #A1A1A1. Windows color (decimal): -4091983 or 11636673. OLE color: 11636673.
HSL color Cylindrical-coordinate representation of color #C18FB1: hue angle of 319.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 #C18FB1 is Cyan = 0, Magento = 0.26, Yellow = 0.08 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 143 | 177 | - |
| CMYK | 0 | 0.26 | 0.08 | 0.24 |
| HSL | 319.2º | 0.29% | 0.66% | - |
| HSV(B) | 319.2º | 0.26% | 0.76% | - |
| XYZ | 39.75 | 34.16 | 46.09 | - |
| YUV | 161.83 | 136.57 | 150.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 143 | 177 | 0 | 0.26 | 0.08 | 0.24 | 319.2 | 0.29 | 0.66 |
| Hex | C1 | 8F | B1 | 0 | 1A | 8 | 18 | 13F | 1D | 42 |
| Octal | 301 | 217 | 261 | 0 | 32 | 10 | 30 | 477 | 35 | 102 |
| Binary | 11000001 | 10001111 | 10110001 | 0 | 11010 | 1000 | 11000 | 100111111 | 11101 | 1000010 |
Color Harmonies of #C18FB1
Complementary color
Monochromatic Colors of #C18FB1
Black with #C18FB1
Text Example
Text Example
White with #C18FB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18FB1; }
p { color: rgb(193,143,177); }
H1.HeaderClassName
{
color: #C18FB1;
}
.AnyTagClassName
{
color: #C18FB1;
}
</style>
background-color css
<style>
a { background-color: #C18FB1; }
a { background-color: rgb(193,143,177); }
div.DivClassName
{
background-color: #C18FB1;
}
.BgClassName
{
background-color: #C18FB1;
}
</style>
border-color css
<style>
span { border-color: #C18FB1; }
span { border-color: rgb(193,143,177); }
td.TdClassName
{
border-color: #C18FB1;
}
.TagClassName
{
border-color: #C18FB1;
}
</style>