Shades of Lily #C18FB3
Tints of Lily #C18FB3
RGB
CMYK
RGB Variations
Color information
#C18FB3 (or 0xC18FB3) is known color: Lily. HEX triplet: C1, 8F and B3. RGB value is (193,143,179). Sum of RGB (Red+Green+Blue) = 193+143+179=515 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.48% from 515); Green value is 143 (56.25% from 255 or 27.77% from 515); Blue value is 179 (70.31% from 255 or 34.76% from 515); Max value from RGB is 193 - color contains mainly: red. Hex color #C18FB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C18FB3 is #3E704C. Grayscale: #A1A1A1. Windows color (decimal): -4091981 or 11767745. OLE color: 11767745.
HSL color Cylindrical-coordinate representation of color #C18FB3: hue angle of 316.8º 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 #C18FB3 is Cyan = 0, Magento = 0.26, Yellow = 0.07 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 143 | 179 | - |
| CMYK | 0 | 0.26 | 0.07 | 0.24 |
| HSL | 316.8º | 0.29% | 0.66% | - |
| HSV(B) | 316.8º | 0.26% | 0.76% | - |
| XYZ | 39.95 | 34.24 | 47.15 | - |
| YUV | 162.05 | 137.57 | 150.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 143 | 179 | 0 | 0.26 | 0.07 | 0.24 | 316.8 | 0.29 | 0.66 |
| Hex | C1 | 8F | B3 | 0 | 1A | 7 | 18 | 13D | 1D | 42 |
| Octal | 301 | 217 | 263 | 0 | 32 | 7 | 30 | 475 | 35 | 102 |
| Binary | 11000001 | 10001111 | 10110011 | 0 | 11010 | 111 | 11000 | 100111101 | 11101 | 1000010 |
Color Harmonies of #C18FB3
Complementary color
Monochromatic Colors of #C18FB3
Black with #C18FB3
Text Example
Text Example
White with #C18FB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18FB3; }
p { color: rgb(193,143,179); }
H1.HeaderClassName
{
color: #C18FB3;
}
.AnyTagClassName
{
color: #C18FB3;
}
</style>
background-color css
<style>
a { background-color: #C18FB3; }
a { background-color: rgb(193,143,179); }
div.DivClassName
{
background-color: #C18FB3;
}
.BgClassName
{
background-color: #C18FB3;
}
</style>
border-color css
<style>
span { border-color: #C18FB3; }
span { border-color: rgb(193,143,179); }
td.TdClassName
{
border-color: #C18FB3;
}
.TagClassName
{
border-color: #C18FB3;
}
</style>