Shades of Lilac #C39BBF
Tints of Lilac #C39BBF
RGB
CMYK
RGB Variations
Color information
#C39BBF (or 0xC39BBF) is known color: Lilac. HEX triplet: C3, 9B and BF. RGB value is (195,155,191). Sum of RGB (Red+Green+Blue) = 195+155+191=541 (71% of max value = 765). Red value is 195 (76.56% from 255 or 36.04% from 541); Green value is 155 (60.94% from 255 or 28.65% from 541); Blue value is 191 (75% from 255 or 35.30% from 541); Max value from RGB is 195 - color contains mainly: red. Hex color #C39BBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C39BBF is #3C6440. Grayscale: #AAAAAA. Windows color (decimal): -3957825 or 12557251. OLE color: 12557251.
HSL color Cylindrical-coordinate representation of color #C39BBF: hue angle of 306º 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 #C39BBF is Cyan = 0, Magento = 0.21, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 155 | 191 | - |
| CMYK | 0 | 0.21 | 0.02 | 0.24 |
| HSL | 306º | 0.25% | 0.69% | - |
| HSV(B) | 306º | 0.21% | 0.76% | - |
| XYZ | 43.63 | 38.81 | 54.48 | - |
| YUV | 171.06 | 139.25 | 145.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 155 | 191 | 0 | 0.21 | 0.02 | 0.24 | 306 | 0.25 | 0.69 |
| Hex | C3 | 9B | BF | 0 | 15 | 2 | 18 | 132 | 19 | 45 |
| Octal | 303 | 233 | 277 | 0 | 25 | 2 | 30 | 462 | 31 | 105 |
| Binary | 11000011 | 10011011 | 10111111 | 0 | 10101 | 10 | 11000 | 100110010 | 11001 | 1000101 |
Color Harmonies of #C39BBF
Complementary color
Monochromatic Colors of #C39BBF
Black with #C39BBF
Text Example
Text Example
White with #C39BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39BBF; }
p { color: rgb(195,155,191); }
H1.HeaderClassName
{
color: #C39BBF;
}
.AnyTagClassName
{
color: #C39BBF;
}
</style>
background-color css
<style>
a { background-color: #C39BBF; }
a { background-color: rgb(195,155,191); }
div.DivClassName
{
background-color: #C39BBF;
}
.BgClassName
{
background-color: #C39BBF;
}
</style>
border-color css
<style>
span { border-color: #C39BBF; }
span { border-color: rgb(195,155,191); }
td.TdClassName
{
border-color: #C39BBF;
}
.TagClassName
{
border-color: #C39BBF;
}
</style>