Shades of Lily #C39BB2
Tints of Lily #C39BB2
RGB
CMYK
RGB Variations
Color information
#C39BB2 (or 0xC39BB2) is known color: Lily. HEX triplet: C3, 9B and B2. RGB value is (195,155,178). Sum of RGB (Red+Green+Blue) = 195+155+178=528 (69% of max value = 765). Red value is 195 (76.56% from 255 or 36.93% from 528); Green value is 155 (60.94% from 255 or 29.36% from 528); Blue value is 178 (69.92% from 255 or 33.71% from 528); Max value from RGB is 195 - color contains mainly: red. Hex color #C39BB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C39BB2 is #3C644D. Grayscale: #A9A9A9. Windows color (decimal): -3957838 or 11705283. OLE color: 11705283.
HSL color Cylindrical-coordinate representation of color #C39BB2: hue angle of 325.5º degrees, saturation: 0.25, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C39BB2 is Cyan = 0, Magento = 0.21, Yellow = 0.09 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 155 | 178 | - |
| CMYK | 0 | 0.21 | 0.09 | 0.24 |
| HSL | 325.5º | 0.25% | 0.69% | - |
| HSV(B) | 325.5º | 0.21% | 0.76% | - |
| XYZ | 42.26 | 38.26 | 47.28 | - |
| YUV | 169.58 | 132.75 | 146.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 155 | 178 | 0 | 0.21 | 0.09 | 0.24 | 325.5 | 0.25 | 0.69 |
| Hex | C3 | 9B | B2 | 0 | 15 | 9 | 18 | 146 | 19 | 45 |
| Octal | 303 | 233 | 262 | 0 | 25 | 11 | 30 | 506 | 31 | 105 |
| Binary | 11000011 | 10011011 | 10110010 | 0 | 10101 | 1001 | 11000 | 101000110 | 11001 | 1000101 |
Color Harmonies of #C39BB2
Complementary color
Monochromatic Colors of #C39BB2
Black with #C39BB2
Text Example
Text Example
White with #C39BB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39BB2; }
p { color: rgb(195,155,178); }
H1.HeaderClassName
{
color: #C39BB2;
}
.AnyTagClassName
{
color: #C39BB2;
}
</style>
background-color css
<style>
a { background-color: #C39BB2; }
a { background-color: rgb(195,155,178); }
div.DivClassName
{
background-color: #C39BB2;
}
.BgClassName
{
background-color: #C39BB2;
}
</style>
border-color css
<style>
span { border-color: #C39BB2; }
span { border-color: rgb(195,155,178); }
td.TdClassName
{
border-color: #C39BB2;
}
.TagClassName
{
border-color: #C39BB2;
}
</style>