Shades of Lilac #C39BC1
Tints of Lilac #C39BC1
RGB
CMYK
RGB Variations
Color information
#C39BC1 (or 0xC39BC1) is known color: Lilac. HEX triplet: C3, 9B and C1. RGB value is (195,155,193). Sum of RGB (Red+Green+Blue) = 195+155+193=543 (71% of max value = 765). Red value is 195 (76.56% from 255 or 35.91% from 543); Green value is 155 (60.94% from 255 or 28.55% from 543); Blue value is 193 (75.78% from 255 or 35.54% from 543); Max value from RGB is 195 - color contains mainly: red. Hex color #C39BC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C39BC1 is #3C643E. Grayscale: #ABABAB. Windows color (decimal): -3957823 or 12688323. OLE color: 12688323.
HSL color Cylindrical-coordinate representation of color #C39BC1: hue angle of 303º 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 #C39BC1 is Cyan = 0, Magento = 0.21, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 155 | 193 | - |
| CMYK | 0 | 0.21 | 0.01 | 0.24 |
| HSL | 303º | 0.25% | 0.69% | - |
| HSV(B) | 303º | 0.21% | 0.76% | - |
| XYZ | 43.85 | 38.9 | 55.65 | - |
| YUV | 171.29 | 140.25 | 144.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 155 | 193 | 0 | 0.21 | 0.01 | 0.24 | 303 | 0.25 | 0.69 |
| Hex | C3 | 9B | C1 | 0 | 15 | 1 | 18 | 12F | 19 | 45 |
| Octal | 303 | 233 | 301 | 0 | 25 | 1 | 30 | 457 | 31 | 105 |
| Binary | 11000011 | 10011011 | 11000001 | 0 | 10101 | 1 | 11000 | 100101111 | 11001 | 1000101 |
Color Harmonies of #C39BC1
Complementary color
Monochromatic Colors of #C39BC1
Black with #C39BC1
Text Example
Text Example
White with #C39BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39BC1; }
p { color: rgb(195,155,193); }
H1.HeaderClassName
{
color: #C39BC1;
}
.AnyTagClassName
{
color: #C39BC1;
}
</style>
background-color css
<style>
a { background-color: #C39BC1; }
a { background-color: rgb(195,155,193); }
div.DivClassName
{
background-color: #C39BC1;
}
.BgClassName
{
background-color: #C39BC1;
}
</style>
border-color css
<style>
span { border-color: #C39BC1; }
span { border-color: rgb(195,155,193); }
td.TdClassName
{
border-color: #C39BC1;
}
.TagClassName
{
border-color: #C39BC1;
}
</style>