Shades of Lily #C39DB8
Tints of Lily #C39DB8
RGB
CMYK
RGB Variations
Color information
#C39DB8 (or 0xC39DB8) is known color: Lily. HEX triplet: C3, 9D and B8. RGB value is (195,157,184). Sum of RGB (Red+Green+Blue) = 195+157+184=536 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.38% from 536); Green value is 157 (61.72% from 255 or 29.29% from 536); Blue value is 184 (72.27% from 255 or 34.33% from 536); Max value from RGB is 195 - color contains mainly: red. Hex color #C39DB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C39DB8 is #3C6247. Grayscale: #ABABAB. Windows color (decimal): -3957320 or 12099011. OLE color: 12099011.
HSL color Cylindrical-coordinate representation of color #C39DB8: hue angle of 317.37º 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 #C39DB8 is Cyan = 0, Magento = 0.19, Yellow = 0.06 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 157 | 184 | - |
| CMYK | 0 | 0.19 | 0.06 | 0.24 |
| HSL | 317.37º | 0.24% | 0.69% | - |
| HSV(B) | 317.37º | 0.19% | 0.76% | - |
| XYZ | 43.21 | 39.18 | 50.63 | - |
| YUV | 171.44 | 135.09 | 144.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 157 | 184 | 0 | 0.19 | 0.06 | 0.24 | 317.37 | 0.24 | 0.69 |
| Hex | C3 | 9D | B8 | 0 | 13 | 6 | 18 | 13D | 18 | 45 |
| Octal | 303 | 235 | 270 | 0 | 23 | 6 | 30 | 475 | 30 | 105 |
| Binary | 11000011 | 10011101 | 10111000 | 0 | 10011 | 110 | 11000 | 100111101 | 11000 | 1000101 |
Color Harmonies of #C39DB8
Complementary color
Monochromatic Colors of #C39DB8
Black with #C39DB8
Text Example
Text Example
White with #C39DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39DB8; }
p { color: rgb(195,157,184); }
H1.HeaderClassName
{
color: #C39DB8;
}
.AnyTagClassName
{
color: #C39DB8;
}
</style>
background-color css
<style>
a { background-color: #C39DB8; }
a { background-color: rgb(195,157,184); }
div.DivClassName
{
background-color: #C39DB8;
}
.BgClassName
{
background-color: #C39DB8;
}
</style>
border-color css
<style>
span { border-color: #C39DB8; }
span { border-color: rgb(195,157,184); }
td.TdClassName
{
border-color: #C39DB8;
}
.TagClassName
{
border-color: #C39DB8;
}
</style>