Shades of Lily #C397B5
Tints of Lily #C397B5
RGB
CMYK
RGB Variations
Color information
#C397B5 (or 0xC397B5) is known color: Lily. HEX triplet: C3, 97 and B5. RGB value is (195,151,181). Sum of RGB (Red+Green+Blue) = 195+151+181=527 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.00% from 527); Green value is 151 (59.38% from 255 or 28.65% from 527); Blue value is 181 (71.09% from 255 or 34.35% from 527); Max value from RGB is 195 - color contains mainly: red. Hex color #C397B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C397B5 is #3C684A. Grayscale: #A7A7A7. Windows color (decimal): -3958859 or 11900867. OLE color: 11900867.
HSL color Cylindrical-coordinate representation of color #C397B5: hue angle of 319.09º 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 #C397B5 is Cyan = 0, Magento = 0.23, Yellow = 0.07 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 151 | 181 | - |
| CMYK | 0 | 0.23 | 0.07 | 0.24 |
| HSL | 319.09º | 0.27% | 0.68% | - |
| HSV(B) | 319.09º | 0.23% | 0.76% | - |
| XYZ | 41.91 | 37.07 | 48.66 | - |
| YUV | 167.58 | 135.58 | 147.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 151 | 181 | 0 | 0.23 | 0.07 | 0.24 | 319.09 | 0.27 | 0.68 |
| Hex | C3 | 97 | B5 | 0 | 17 | 7 | 18 | 13F | 1B | 44 |
| Octal | 303 | 227 | 265 | 0 | 27 | 7 | 30 | 477 | 33 | 104 |
| Binary | 11000011 | 10010111 | 10110101 | 0 | 10111 | 111 | 11000 | 100111111 | 11011 | 1000100 |
Color Harmonies of #C397B5
Complementary color
Monochromatic Colors of #C397B5
Black with #C397B5
Text Example
Text Example
White with #C397B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C397B5; }
p { color: rgb(195,151,181); }
H1.HeaderClassName
{
color: #C397B5;
}
.AnyTagClassName
{
color: #C397B5;
}
</style>
background-color css
<style>
a { background-color: #C397B5; }
a { background-color: rgb(195,151,181); }
div.DivClassName
{
background-color: #C397B5;
}
.BgClassName
{
background-color: #C397B5;
}
</style>
border-color css
<style>
span { border-color: #C397B5; }
span { border-color: rgb(195,151,181); }
td.TdClassName
{
border-color: #C397B5;
}
.TagClassName
{
border-color: #C397B5;
}
</style>