Shades of Lily #C391AD
Tints of Lily #C391AD
RGB
CMYK
RGB Variations
Color information
#C391AD (or 0xC391AD) is known color: Lily. HEX triplet: C3, 91 and AD. RGB value is (195,145,173). Sum of RGB (Red+Green+Blue) = 195+145+173=513 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.01% from 513); Green value is 145 (57.03% from 255 or 28.27% from 513); Blue value is 173 (67.97% from 255 or 33.72% from 513); Max value from RGB is 195 - color contains mainly: red. Hex color #C391AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C391AD is #3C6E52. Grayscale: #A3A3A3. Windows color (decimal): -3960403 or 11375043. OLE color: 11375043.
HSL color Cylindrical-coordinate representation of color #C391AD: hue angle of 326.4º degrees, saturation: 0.29, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C391AD is Cyan = 0, Magento = 0.26, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 145 | 173 | - |
| CMYK | 0 | 0.26 | 0.11 | 0.24 |
| HSL | 326.4º | 0.29% | 0.67% | - |
| HSV(B) | 326.4º | 0.26% | 0.76% | - |
| XYZ | 40.17 | 34.87 | 44.15 | - |
| YUV | 163.14 | 133.57 | 150.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 145 | 173 | 0 | 0.26 | 0.11 | 0.24 | 326.4 | 0.29 | 0.67 |
| Hex | C3 | 91 | AD | 0 | 1A | B | 18 | 146 | 1D | 43 |
| Octal | 303 | 221 | 255 | 0 | 32 | 13 | 30 | 506 | 35 | 103 |
| Binary | 11000011 | 10010001 | 10101101 | 0 | 11010 | 1011 | 11000 | 101000110 | 11101 | 1000011 |
Color Harmonies of #C391AD
Complementary color
Monochromatic Colors of #C391AD
Black with #C391AD
Text Example
Text Example
White with #C391AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C391AD; }
p { color: rgb(195,145,173); }
H1.HeaderClassName
{
color: #C391AD;
}
.AnyTagClassName
{
color: #C391AD;
}
</style>
background-color css
<style>
a { background-color: #C391AD; }
a { background-color: rgb(195,145,173); }
div.DivClassName
{
background-color: #C391AD;
}
.BgClassName
{
background-color: #C391AD;
}
</style>
border-color css
<style>
span { border-color: #C391AD; }
span { border-color: rgb(195,145,173); }
td.TdClassName
{
border-color: #C391AD;
}
.TagClassName
{
border-color: #C391AD;
}
</style>