Shades of Lily #C37FAE
Tints of Lily #C37FAE
RGB
CMYK
RGB Variations
Color information
#C37FAE (or 0xC37FAE) is known color: Lily. HEX triplet: C3, 7F and AE. RGB value is (195,127,174). Sum of RGB (Red+Green+Blue) = 195+127+174=496 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.31% from 496); Green value is 127 (50% from 255 or 25.60% from 496); Blue value is 174 (68.36% from 255 or 35.08% from 496); Max value from RGB is 195 - color contains mainly: red. Hex color #C37FAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C37FAE is #3C8051. Grayscale: #989898. Windows color (decimal): -3965010 or 11435971. OLE color: 11435971.
HSL color Cylindrical-coordinate representation of color #C37FAE: hue angle of 318.53º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C37FAE is Cyan = 0, Magento = 0.35, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 127 | 174 | - |
| CMYK | 0 | 0.35 | 0.11 | 0.24 |
| HSL | 318.53º | 0.36% | 0.63% | - |
| HSV(B) | 318.53º | 0.35% | 0.76% | - |
| XYZ | 37.74 | 29.84 | 43.81 | - |
| YUV | 152.69 | 140.03 | 158.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 127 | 174 | 0 | 0.35 | 0.11 | 0.24 | 318.53 | 0.36 | 0.63 |
| Hex | C3 | 7F | AE | 0 | 23 | B | 18 | 13F | 24 | 3F |
| Octal | 303 | 177 | 256 | 0 | 43 | 13 | 30 | 477 | 44 | 77 |
| Binary | 11000011 | 1111111 | 10101110 | 0 | 100011 | 1011 | 11000 | 100111111 | 100100 | 111111 |
Color Harmonies of #C37FAE
Complementary color
Monochromatic Colors of #C37FAE
Black with #C37FAE
Text Example
Text Example
White with #C37FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37FAE; }
p { color: rgb(195,127,174); }
H1.HeaderClassName
{
color: #C37FAE;
}
.AnyTagClassName
{
color: #C37FAE;
}
</style>
background-color css
<style>
a { background-color: #C37FAE; }
a { background-color: rgb(195,127,174); }
div.DivClassName
{
background-color: #C37FAE;
}
.BgClassName
{
background-color: #C37FAE;
}
</style>
border-color css
<style>
span { border-color: #C37FAE; }
span { border-color: rgb(195,127,174); }
td.TdClassName
{
border-color: #C37FAE;
}
.TagClassName
{
border-color: #C37FAE;
}
</style>