Shades of Lily #C37FAD
Tints of Lily #C37FAD
RGB
CMYK
RGB Variations
Color information
#C37FAD (or 0xC37FAD) is known color: Lily. HEX triplet: C3, 7F and AD. RGB value is (195,127,173). Sum of RGB (Red+Green+Blue) = 195+127+173=495 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.39% from 495); Green value is 127 (50% from 255 or 25.66% from 495); Blue value is 173 (67.97% from 255 or 34.95% from 495); Max value from RGB is 195 - color contains mainly: red. Hex color #C37FAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C37FAD is #3C8052. Grayscale: #989898. Windows color (decimal): -3965011 or 11370435. OLE color: 11370435.
HSL color Cylindrical-coordinate representation of color #C37FAD: hue angle of 319.41º 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 #C37FAD is Cyan = 0, Magento = 0.35, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 127 | 173 | - |
| CMYK | 0 | 0.35 | 0.11 | 0.24 |
| HSL | 319.41º | 0.36% | 0.63% | - |
| HSV(B) | 319.41º | 0.35% | 0.76% | - |
| XYZ | 37.64 | 29.8 | 43.3 | - |
| YUV | 152.58 | 139.53 | 158.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 127 | 173 | 0 | 0.35 | 0.11 | 0.24 | 319.41 | 0.36 | 0.63 |
| Hex | C3 | 7F | AD | 0 | 23 | B | 18 | 13F | 24 | 3F |
| Octal | 303 | 177 | 255 | 0 | 43 | 13 | 30 | 477 | 44 | 77 |
| Binary | 11000011 | 1111111 | 10101101 | 0 | 100011 | 1011 | 11000 | 100111111 | 100100 | 111111 |
Color Harmonies of #C37FAD
Complementary color
Monochromatic Colors of #C37FAD
Black with #C37FAD
Text Example
Text Example
White with #C37FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37FAD; }
p { color: rgb(195,127,173); }
H1.HeaderClassName
{
color: #C37FAD;
}
.AnyTagClassName
{
color: #C37FAD;
}
</style>
background-color css
<style>
a { background-color: #C37FAD; }
a { background-color: rgb(195,127,173); }
div.DivClassName
{
background-color: #C37FAD;
}
.BgClassName
{
background-color: #C37FAD;
}
</style>
border-color css
<style>
span { border-color: #C37FAD; }
span { border-color: rgb(195,127,173); }
td.TdClassName
{
border-color: #C37FAD;
}
.TagClassName
{
border-color: #C37FAD;
}
</style>