Shades of Lily #C37FAC
Tints of Lily #C37FAC
RGB
CMYK
RGB Variations
Color information
#C37FAC (or 0xC37FAC) is known color: Lily. HEX triplet: C3, 7F and AC. RGB value is (195,127,172). Sum of RGB (Red+Green+Blue) = 195+127+172=494 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.47% from 494); Green value is 127 (50% from 255 or 25.71% from 494); Blue value is 172 (67.58% from 255 or 34.82% from 494); Max value from RGB is 195 - color contains mainly: red. Hex color #C37FAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C37FAC is #3C8053. Grayscale: #989898. Windows color (decimal): -3965012 or 11304899. OLE color: 11304899.
HSL color Cylindrical-coordinate representation of color #C37FAC: hue angle of 320.29º 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 #C37FAC is Cyan = 0, Magento = 0.35, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 127 | 172 | - |
| CMYK | 0 | 0.35 | 0.12 | 0.24 |
| HSL | 320.29º | 0.36% | 0.63% | - |
| HSV(B) | 320.29º | 0.35% | 0.76% | - |
| XYZ | 37.54 | 29.76 | 42.8 | - |
| YUV | 152.46 | 139.03 | 158.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 127 | 172 | 0 | 0.35 | 0.12 | 0.24 | 320.29 | 0.36 | 0.63 |
| Hex | C3 | 7F | AC | 0 | 23 | C | 18 | 140 | 24 | 3F |
| Octal | 303 | 177 | 254 | 0 | 43 | 14 | 30 | 500 | 44 | 77 |
| Binary | 11000011 | 1111111 | 10101100 | 0 | 100011 | 1100 | 11000 | 101000000 | 100100 | 111111 |
Color Harmonies of #C37FAC
Complementary color
Monochromatic Colors of #C37FAC
Black with #C37FAC
Text Example
Text Example
White with #C37FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37FAC; }
p { color: rgb(195,127,172); }
H1.HeaderClassName
{
color: #C37FAC;
}
.AnyTagClassName
{
color: #C37FAC;
}
</style>
background-color css
<style>
a { background-color: #C37FAC; }
a { background-color: rgb(195,127,172); }
div.DivClassName
{
background-color: #C37FAC;
}
.BgClassName
{
background-color: #C37FAC;
}
</style>
border-color css
<style>
span { border-color: #C37FAC; }
span { border-color: rgb(195,127,172); }
td.TdClassName
{
border-color: #C37FAC;
}
.TagClassName
{
border-color: #C37FAC;
}
</style>