Shades of Lilac #C39BCB
Tints of Lilac #C39BCB
RGB
CMYK
RGB Variations
Color information
#C39BCB (or 0xC39BCB) is known color: Lilac. HEX triplet: C3, 9B and CB. RGB value is (195,155,203). Sum of RGB (Red+Green+Blue) = 195+155+203=553 (73% of max value = 765). Red value is 195 (76.56% from 255 or 35.26% from 553); Green value is 155 (60.94% from 255 or 28.03% from 553); Blue value is 203 (79.69% from 255 or 36.71% from 553); Max value from RGB is 203 - color contains mainly: blue. Hex color #C39BCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C39BCB is #3C6434. Grayscale: #ACACAC. Windows color (decimal): -3957813 or 13343683. OLE color: 13343683.
HSL color Cylindrical-coordinate representation of color #C39BCB: hue angle of 290º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C39BCB is Cyan = 0.04, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 195 | 155 | 203 | - |
| CMYK | 0.04 | 0.24 | 0 | 0.20 |
| HSL | 290º | 0.32% | 0.7% | - |
| HSV(B) | 290º | 0.24% | 0.8% | - |
| XYZ | 45.01 | 39.36 | 61.72 | - |
| YUV | 172.43 | 145.25 | 144.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 155 | 203 | 0.04 | 0.24 | 0 | 0.20 | 290 | 0.32 | 0.7 |
| Hex | C3 | 9B | CB | 4 | 18 | 0 | 14 | 122 | 20 | 46 |
| Octal | 303 | 233 | 313 | 4 | 30 | 0 | 24 | 442 | 40 | 106 |
| Binary | 11000011 | 10011011 | 11001011 | 100 | 11000 | 0 | 10100 | 100100010 | 100000 | 1000110 |
Color Harmonies of #C39BCB
Complementary color
Monochromatic Colors of #C39BCB
Black with #C39BCB
Text Example
Text Example
White with #C39BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39BCB; }
p { color: rgb(195,155,203); }
H1.HeaderClassName
{
color: #C39BCB;
}
.AnyTagClassName
{
color: #C39BCB;
}
</style>
background-color css
<style>
a { background-color: #C39BCB; }
a { background-color: rgb(195,155,203); }
div.DivClassName
{
background-color: #C39BCB;
}
.BgClassName
{
background-color: #C39BCB;
}
</style>
border-color css
<style>
span { border-color: #C39BCB; }
span { border-color: rgb(195,155,203); }
td.TdClassName
{
border-color: #C39BCB;
}
.TagClassName
{
border-color: #C39BCB;
}
</style>