Shades of Lilac #C39BC0
Tints of Lilac #C39BC0
RGB
CMYK
RGB Variations
Color information
#C39BC0 (or 0xC39BC0) is known color: Lilac. HEX triplet: C3, 9B and C0. RGB value is (195,155,192). Sum of RGB (Red+Green+Blue) = 195+155+192=542 (71% of max value = 765). Red value is 195 (76.56% from 255 or 35.98% from 542); Green value is 155 (60.94% from 255 or 28.60% from 542); Blue value is 192 (75.39% from 255 or 35.42% from 542); Max value from RGB is 195 - color contains mainly: red. Hex color #C39BC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C39BC0 is #3C643F. Grayscale: #ABABAB. Windows color (decimal): -3957824 or 12622787. OLE color: 12622787.
HSL color Cylindrical-coordinate representation of color #C39BC0: hue angle of 304.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 #C39BC0 is Cyan = 0, Magento = 0.21, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 155 | 192 | - |
| CMYK | 0 | 0.21 | 0.02 | 0.24 |
| HSL | 304.5º | 0.25% | 0.69% | - |
| HSV(B) | 304.5º | 0.21% | 0.76% | - |
| XYZ | 43.74 | 38.85 | 55.06 | - |
| YUV | 171.18 | 139.75 | 144.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 155 | 192 | 0 | 0.21 | 0.02 | 0.24 | 304.5 | 0.25 | 0.69 |
| Hex | C3 | 9B | C0 | 0 | 15 | 2 | 18 | 130 | 19 | 45 |
| Octal | 303 | 233 | 300 | 0 | 25 | 2 | 30 | 460 | 31 | 105 |
| Binary | 11000011 | 10011011 | 11000000 | 0 | 10101 | 10 | 11000 | 100110000 | 11001 | 1000101 |
Color Harmonies of #C39BC0
Complementary color
Monochromatic Colors of #C39BC0
Black with #C39BC0
Text Example
Text Example
White with #C39BC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39BC0; }
p { color: rgb(195,155,192); }
H1.HeaderClassName
{
color: #C39BC0;
}
.AnyTagClassName
{
color: #C39BC0;
}
</style>
background-color css
<style>
a { background-color: #C39BC0; }
a { background-color: rgb(195,155,192); }
div.DivClassName
{
background-color: #C39BC0;
}
.BgClassName
{
background-color: #C39BC0;
}
</style>
border-color css
<style>
span { border-color: #C39BC0; }
span { border-color: rgb(195,155,192); }
td.TdClassName
{
border-color: #C39BC0;
}
.TagClassName
{
border-color: #C39BC0;
}
</style>