Shades of Lily #C397AD
Tints of Lily #C397AD
RGB
CMYK
RGB Variations
Color information
#C397AD (or 0xC397AD) is known color: Lily. HEX triplet: C3, 97 and AD. RGB value is (195,151,173). Sum of RGB (Red+Green+Blue) = 195+151+173=519 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.57% from 519); Green value is 151 (59.38% from 255 or 29.09% from 519); Blue value is 173 (67.97% from 255 or 33.33% from 519); Max value from RGB is 195 - color contains mainly: red. Hex color #C397AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C397AD is #3C6852. Grayscale: #A6A6A6. Windows color (decimal): -3958867 or 11376579. OLE color: 11376579.
HSL color Cylindrical-coordinate representation of color #C397AD: hue angle of 330º degrees, saturation: 0.27, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C397AD is Cyan = 0, Magento = 0.23, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 151 | 173 | - |
| CMYK | 0 | 0.23 | 0.11 | 0.24 |
| HSL | 330º | 0.27% | 0.68% | - |
| HSV(B) | 330º | 0.23% | 0.76% | - |
| XYZ | 41.12 | 36.75 | 44.46 | - |
| YUV | 166.66 | 131.58 | 148.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 151 | 173 | 0 | 0.23 | 0.11 | 0.24 | 330 | 0.27 | 0.68 |
| Hex | C3 | 97 | AD | 0 | 17 | B | 18 | 14A | 1B | 44 |
| Octal | 303 | 227 | 255 | 0 | 27 | 13 | 30 | 512 | 33 | 104 |
| Binary | 11000011 | 10010111 | 10101101 | 0 | 10111 | 1011 | 11000 | 101001010 | 11011 | 1000100 |
Color Harmonies of #C397AD
Complementary color
Monochromatic Colors of #C397AD
Black with #C397AD
Text Example
Text Example
White with #C397AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C397AD; }
p { color: rgb(195,151,173); }
H1.HeaderClassName
{
color: #C397AD;
}
.AnyTagClassName
{
color: #C397AD;
}
</style>
background-color css
<style>
a { background-color: #C397AD; }
a { background-color: rgb(195,151,173); }
div.DivClassName
{
background-color: #C397AD;
}
.BgClassName
{
background-color: #C397AD;
}
</style>
border-color css
<style>
span { border-color: #C397AD; }
span { border-color: rgb(195,151,173); }
td.TdClassName
{
border-color: #C397AD;
}
.TagClassName
{
border-color: #C397AD;
}
</style>