Shades of Lily #C397B9
Tints of Lily #C397B9
RGB
CMYK
RGB Variations
Color information
#C397B9 (or 0xC397B9) is known color: Lily. HEX triplet: C3, 97 and B9. RGB value is (195,151,185). Sum of RGB (Red+Green+Blue) = 195+151+185=531 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.72% from 531); Green value is 151 (59.38% from 255 or 28.44% from 531); Blue value is 185 (72.66% from 255 or 34.84% from 531); Max value from RGB is 195 - color contains mainly: red. Hex color #C397B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C397B9 is #3C6846. Grayscale: #A7A7A7. Windows color (decimal): -3958855 or 12163011. OLE color: 12163011.
HSL color Cylindrical-coordinate representation of color #C397B9: hue angle of 313.64º 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 #C397B9 is Cyan = 0, Magento = 0.23, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 151 | 185 | - |
| CMYK | 0 | 0.23 | 0.05 | 0.24 |
| HSL | 313.64º | 0.27% | 0.68% | - |
| HSV(B) | 313.64º | 0.23% | 0.76% | - |
| XYZ | 42.33 | 37.24 | 50.86 | - |
| YUV | 168.03 | 137.58 | 147.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 151 | 185 | 0 | 0.23 | 0.05 | 0.24 | 313.64 | 0.27 | 0.68 |
| Hex | C3 | 97 | B9 | 0 | 17 | 5 | 18 | 13A | 1B | 44 |
| Octal | 303 | 227 | 271 | 0 | 27 | 5 | 30 | 472 | 33 | 104 |
| Binary | 11000011 | 10010111 | 10111001 | 0 | 10111 | 101 | 11000 | 100111010 | 11011 | 1000100 |
Color Harmonies of #C397B9
Complementary color
Monochromatic Colors of #C397B9
Black with #C397B9
Text Example
Text Example
White with #C397B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C397B9; }
p { color: rgb(195,151,185); }
H1.HeaderClassName
{
color: #C397B9;
}
.AnyTagClassName
{
color: #C397B9;
}
</style>
background-color css
<style>
a { background-color: #C397B9; }
a { background-color: rgb(195,151,185); }
div.DivClassName
{
background-color: #C397B9;
}
.BgClassName
{
background-color: #C397B9;
}
</style>
border-color css
<style>
span { border-color: #C397B9; }
span { border-color: rgb(195,151,185); }
td.TdClassName
{
border-color: #C397B9;
}
.TagClassName
{
border-color: #C397B9;
}
</style>