Shades of Lilac #C386BF
Tints of Lilac #C386BF
RGB
CMYK
RGB Variations
Color information
#C386BF (or 0xC386BF) is known color: Lilac. HEX triplet: C3, 86 and BF. RGB value is (195,134,191). Sum of RGB (Red+Green+Blue) = 195+134+191=520 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.5% from 520); Green value is 134 (52.73% from 255 or 25.77% from 520); Blue value is 191 (75% from 255 or 36.73% from 520); Max value from RGB is 195 - color contains mainly: red. Hex color #C386BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C386BF is #3C7940. Grayscale: #9E9E9E. Windows color (decimal): -3963201 or 12551875. OLE color: 12551875.
HSL color Cylindrical-coordinate representation of color #C386BF: hue angle of 303.93º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C386BF is Cyan = 0, Magento = 0.31, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 134 | 191 | - |
| CMYK | 0 | 0.31 | 0.02 | 0.24 |
| HSL | 303.93º | 0.34% | 0.65% | - |
| HSV(B) | 303.93º | 0.31% | 0.76% | - |
| XYZ | 40.43 | 32.41 | 53.42 | - |
| YUV | 158.74 | 146.21 | 153.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 134 | 191 | 0 | 0.31 | 0.02 | 0.24 | 303.93 | 0.34 | 0.65 |
| Hex | C3 | 86 | BF | 0 | 1F | 2 | 18 | 130 | 22 | 41 |
| Octal | 303 | 206 | 277 | 0 | 37 | 2 | 30 | 460 | 42 | 101 |
| Binary | 11000011 | 10000110 | 10111111 | 0 | 11111 | 10 | 11000 | 100110000 | 100010 | 1000001 |
Color Harmonies of #C386BF
Complementary color
Monochromatic Colors of #C386BF
Black with #C386BF
Text Example
Text Example
White with #C386BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C386BF; }
p { color: rgb(195,134,191); }
H1.HeaderClassName
{
color: #C386BF;
}
.AnyTagClassName
{
color: #C386BF;
}
</style>
background-color css
<style>
a { background-color: #C386BF; }
a { background-color: rgb(195,134,191); }
div.DivClassName
{
background-color: #C386BF;
}
.BgClassName
{
background-color: #C386BF;
}
</style>
border-color css
<style>
span { border-color: #C386BF; }
span { border-color: rgb(195,134,191); }
td.TdClassName
{
border-color: #C386BF;
}
.TagClassName
{
border-color: #C386BF;
}
</style>