Shades of Lilac #C386C1
Tints of Lilac #C386C1
RGB
CMYK
RGB Variations
Color information
#C386C1 (or 0xC386C1) is known color: Lilac. HEX triplet: C3, 86 and C1. RGB value is (195,134,193). Sum of RGB (Red+Green+Blue) = 195+134+193=522 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.36% from 522); Green value is 134 (52.73% from 255 or 25.67% from 522); Blue value is 193 (75.78% from 255 or 36.97% from 522); Max value from RGB is 195 - color contains mainly: red. Hex color #C386C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C386C1 is #3C793E. Grayscale: #9E9E9E. Windows color (decimal): -3963199 or 12682947. OLE color: 12682947.
HSL color Cylindrical-coordinate representation of color #C386C1: hue angle of 301.97º 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 #C386C1 is Cyan = 0, Magento = 0.31, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 134 | 193 | - |
| CMYK | 0 | 0.31 | 0.01 | 0.24 |
| HSL | 301.97º | 0.34% | 0.65% | - |
| HSV(B) | 301.97º | 0.31% | 0.76% | - |
| XYZ | 40.66 | 32.5 | 54.58 | - |
| YUV | 158.97 | 147.21 | 153.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 134 | 193 | 0 | 0.31 | 0.01 | 0.24 | 301.97 | 0.34 | 0.65 |
| Hex | C3 | 86 | C1 | 0 | 1F | 1 | 18 | 12E | 22 | 41 |
| Octal | 303 | 206 | 301 | 0 | 37 | 1 | 30 | 456 | 42 | 101 |
| Binary | 11000011 | 10000110 | 11000001 | 0 | 11111 | 1 | 11000 | 100101110 | 100010 | 1000001 |
Color Harmonies of #C386C1
Complementary color
Monochromatic Colors of #C386C1
Black with #C386C1
Text Example
Text Example
White with #C386C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C386C1; }
p { color: rgb(195,134,193); }
H1.HeaderClassName
{
color: #C386C1;
}
.AnyTagClassName
{
color: #C386C1;
}
</style>
background-color css
<style>
a { background-color: #C386C1; }
a { background-color: rgb(195,134,193); }
div.DivClassName
{
background-color: #C386C1;
}
.BgClassName
{
background-color: #C386C1;
}
</style>
border-color css
<style>
span { border-color: #C386C1; }
span { border-color: rgb(195,134,193); }
td.TdClassName
{
border-color: #C386C1;
}
.TagClassName
{
border-color: #C386C1;
}
</style>