Shades of Lilac #C386C2
Tints of Lilac #C386C2
RGB
CMYK
RGB Variations
Color information
#C386C2 (or 0xC386C2) is known color: Lilac. HEX triplet: C3, 86 and C2. RGB value is (195,134,194). Sum of RGB (Red+Green+Blue) = 195+134+194=523 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.28% from 523); Green value is 134 (52.73% from 255 or 25.62% from 523); Blue value is 194 (76.17% from 255 or 37.09% from 523); Max value from RGB is 195 - color contains mainly: red. Hex color #C386C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C386C2 is #3C793D. Grayscale: #9E9E9E. Windows color (decimal): -3963198 or 12748483. OLE color: 12748483.
HSL color Cylindrical-coordinate representation of color #C386C2: hue angle of 300.98º 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 #C386C2 is Cyan = 0, Magento = 0.31, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 134 | 194 | - |
| CMYK | 0 | 0.31 | 0.01 | 0.24 |
| HSL | 300.98º | 0.34% | 0.65% | - |
| HSV(B) | 300.98º | 0.31% | 0.76% | - |
| XYZ | 40.77 | 32.55 | 55.17 | - |
| YUV | 159.08 | 147.71 | 153.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 134 | 194 | 0 | 0.31 | 0.01 | 0.24 | 300.98 | 0.34 | 0.65 |
| Hex | C3 | 86 | C2 | 0 | 1F | 1 | 18 | 12D | 22 | 41 |
| Octal | 303 | 206 | 302 | 0 | 37 | 1 | 30 | 455 | 42 | 101 |
| Binary | 11000011 | 10000110 | 11000010 | 0 | 11111 | 1 | 11000 | 100101101 | 100010 | 1000001 |
Color Harmonies of #C386C2
Complementary color
Monochromatic Colors of #C386C2
Black with #C386C2
Text Example
Text Example
White with #C386C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C386C2; }
p { color: rgb(195,134,194); }
H1.HeaderClassName
{
color: #C386C2;
}
.AnyTagClassName
{
color: #C386C2;
}
</style>
background-color css
<style>
a { background-color: #C386C2; }
a { background-color: rgb(195,134,194); }
div.DivClassName
{
background-color: #C386C2;
}
.BgClassName
{
background-color: #C386C2;
}
</style>
border-color css
<style>
span { border-color: #C386C2; }
span { border-color: rgb(195,134,194); }
td.TdClassName
{
border-color: #C386C2;
}
.TagClassName
{
border-color: #C386C2;
}
</style>