Shades of Lilac #C384C0
Tints of Lilac #C384C0
RGB
CMYK
RGB Variations
Color information
#C384C0 (or 0xC384C0) is known color: Lilac. HEX triplet: C3, 84 and C0. RGB value is (195,132,192). Sum of RGB (Red+Green+Blue) = 195+132+192=519 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.57% from 519); Green value is 132 (51.95% from 255 or 25.43% from 519); Blue value is 192 (75.39% from 255 or 36.99% from 519); Max value from RGB is 195 - color contains mainly: red. Hex color #C384C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C384C0 is #3C7B3F. Grayscale: #9D9D9D. Windows color (decimal): -3963712 or 12616899. OLE color: 12616899.
HSL color Cylindrical-coordinate representation of color #C384C0: hue angle of 302.86º degrees, saturation: 0.34, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C384C0 is Cyan = 0, Magento = 0.32, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 132 | 192 | - |
| CMYK | 0 | 0.32 | 0.02 | 0.24 |
| HSL | 302.86º | 0.34% | 0.64% | - |
| HSV(B) | 302.86º | 0.32% | 0.76% | - |
| XYZ | 40.27 | 31.91 | 53.91 | - |
| YUV | 157.68 | 147.37 | 154.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 132 | 192 | 0 | 0.32 | 0.02 | 0.24 | 302.86 | 0.34 | 0.64 |
| Hex | C3 | 84 | C0 | 0 | 20 | 2 | 18 | 12F | 22 | 40 |
| Octal | 303 | 204 | 300 | 0 | 40 | 2 | 30 | 457 | 42 | 100 |
| Binary | 11000011 | 10000100 | 11000000 | 0 | 100000 | 10 | 11000 | 100101111 | 100010 | 1000000 |
Color Harmonies of #C384C0
Complementary color
Monochromatic Colors of #C384C0
Black with #C384C0
Text Example
Text Example
White with #C384C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C384C0; }
p { color: rgb(195,132,192); }
H1.HeaderClassName
{
color: #C384C0;
}
.AnyTagClassName
{
color: #C384C0;
}
</style>
background-color css
<style>
a { background-color: #C384C0; }
a { background-color: rgb(195,132,192); }
div.DivClassName
{
background-color: #C384C0;
}
.BgClassName
{
background-color: #C384C0;
}
</style>
border-color css
<style>
span { border-color: #C384C0; }
span { border-color: rgb(195,132,192); }
td.TdClassName
{
border-color: #C384C0;
}
.TagClassName
{
border-color: #C384C0;
}
</style>