Shades of Lily #C39DB6
Tints of Lily #C39DB6
RGB
CMYK
RGB Variations
Color information
#C39DB6 (or 0xC39DB6) is known color: Lily. HEX triplet: C3, 9D and B6. RGB value is (195,157,182). Sum of RGB (Red+Green+Blue) = 195+157+182=534 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.52% from 534); Green value is 157 (61.72% from 255 or 29.40% from 534); Blue value is 182 (71.48% from 255 or 34.08% from 534); Max value from RGB is 195 - color contains mainly: red. Hex color #C39DB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C39DB6 is #3C6249. Grayscale: #ABABAB. Windows color (decimal): -3957322 or 11967939. OLE color: 11967939.
HSL color Cylindrical-coordinate representation of color #C39DB6: hue angle of 320.53º degrees, saturation: 0.24, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C39DB6 is Cyan = 0, Magento = 0.19, Yellow = 0.07 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 157 | 182 | - |
| CMYK | 0 | 0.19 | 0.07 | 0.24 |
| HSL | 320.53º | 0.24% | 0.69% | - |
| HSV(B) | 320.53º | 0.19% | 0.76% | - |
| XYZ | 43.01 | 39.09 | 49.54 | - |
| YUV | 171.21 | 134.09 | 144.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 157 | 182 | 0 | 0.19 | 0.07 | 0.24 | 320.53 | 0.24 | 0.69 |
| Hex | C3 | 9D | B6 | 0 | 13 | 7 | 18 | 141 | 18 | 45 |
| Octal | 303 | 235 | 266 | 0 | 23 | 7 | 30 | 501 | 30 | 105 |
| Binary | 11000011 | 10011101 | 10110110 | 0 | 10011 | 111 | 11000 | 101000001 | 11000 | 1000101 |
Color Harmonies of #C39DB6
Complementary color
Monochromatic Colors of #C39DB6
Black with #C39DB6
Text Example
Text Example
White with #C39DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39DB6; }
p { color: rgb(195,157,182); }
H1.HeaderClassName
{
color: #C39DB6;
}
.AnyTagClassName
{
color: #C39DB6;
}
</style>
background-color css
<style>
a { background-color: #C39DB6; }
a { background-color: rgb(195,157,182); }
div.DivClassName
{
background-color: #C39DB6;
}
.BgClassName
{
background-color: #C39DB6;
}
</style>
border-color css
<style>
span { border-color: #C39DB6; }
span { border-color: rgb(195,157,182); }
td.TdClassName
{
border-color: #C39DB6;
}
.TagClassName
{
border-color: #C39DB6;
}
</style>