Shades of Lily #C39DB5
Tints of Lily #C39DB5
RGB
CMYK
RGB Variations
Color information
#C39DB5 (or 0xC39DB5) is known color: Lily. HEX triplet: C3, 9D and B5. RGB value is (195,157,181). Sum of RGB (Red+Green+Blue) = 195+157+181=533 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.59% from 533); Green value is 157 (61.72% from 255 or 29.46% from 533); Blue value is 181 (71.09% from 255 or 33.96% from 533); Max value from RGB is 195 - color contains mainly: red. Hex color #C39DB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C39DB5 is #3C624A. Grayscale: #ABABAB. Windows color (decimal): -3957323 or 11902403. OLE color: 11902403.
HSL color Cylindrical-coordinate representation of color #C39DB5: hue angle of 322.11º 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 #C39DB5 is Cyan = 0, Magento = 0.19, Yellow = 0.07 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 157 | 181 | - |
| CMYK | 0 | 0.19 | 0.07 | 0.24 |
| HSL | 322.11º | 0.24% | 0.69% | - |
| HSV(B) | 322.11º | 0.19% | 0.76% | - |
| XYZ | 42.9 | 39.05 | 48.99 | - |
| YUV | 171.1 | 133.59 | 145.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 157 | 181 | 0 | 0.19 | 0.07 | 0.24 | 322.11 | 0.24 | 0.69 |
| Hex | C3 | 9D | B5 | 0 | 13 | 7 | 18 | 142 | 18 | 45 |
| Octal | 303 | 235 | 265 | 0 | 23 | 7 | 30 | 502 | 30 | 105 |
| Binary | 11000011 | 10011101 | 10110101 | 0 | 10011 | 111 | 11000 | 101000010 | 11000 | 1000101 |
Color Harmonies of #C39DB5
Complementary color
Monochromatic Colors of #C39DB5
Black with #C39DB5
Text Example
Text Example
White with #C39DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39DB5; }
p { color: rgb(195,157,181); }
H1.HeaderClassName
{
color: #C39DB5;
}
.AnyTagClassName
{
color: #C39DB5;
}
</style>
background-color css
<style>
a { background-color: #C39DB5; }
a { background-color: rgb(195,157,181); }
div.DivClassName
{
background-color: #C39DB5;
}
.BgClassName
{
background-color: #C39DB5;
}
</style>
border-color css
<style>
span { border-color: #C39DB5; }
span { border-color: rgb(195,157,181); }
td.TdClassName
{
border-color: #C39DB5;
}
.TagClassName
{
border-color: #C39DB5;
}
</style>