Shades of Lilac #C384C1
Tints of Lilac #C384C1
RGB
CMYK
RGB Variations
Color information
#C384C1 (or 0xC384C1) is known color: Lilac. HEX triplet: C3, 84 and C1. RGB value is (195,132,193). Sum of RGB (Red+Green+Blue) = 195+132+193=520 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.5% from 520); Green value is 132 (51.95% from 255 or 25.38% from 520); Blue value is 193 (75.78% from 255 or 37.12% from 520); Max value from RGB is 195 - color contains mainly: red. Hex color #C384C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C384C1 is #3C7B3E. Grayscale: #9D9D9D. Windows color (decimal): -3963711 or 12682435. OLE color: 12682435.
HSL color Cylindrical-coordinate representation of color #C384C1: hue angle of 301.9º 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 #C384C1 is Cyan = 0, Magento = 0.32, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 132 | 193 | - |
| CMYK | 0 | 0.32 | 0.01 | 0.24 |
| HSL | 301.9º | 0.34% | 0.64% | - |
| HSV(B) | 301.9º | 0.32% | 0.76% | - |
| XYZ | 40.38 | 31.95 | 54.49 | - |
| YUV | 157.79 | 147.87 | 154.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 132 | 193 | 0 | 0.32 | 0.01 | 0.24 | 301.9 | 0.34 | 0.64 |
| Hex | C3 | 84 | C1 | 0 | 20 | 1 | 18 | 12E | 22 | 40 |
| Octal | 303 | 204 | 301 | 0 | 40 | 1 | 30 | 456 | 42 | 100 |
| Binary | 11000011 | 10000100 | 11000001 | 0 | 100000 | 1 | 11000 | 100101110 | 100010 | 1000000 |
Color Harmonies of #C384C1
Complementary color
Monochromatic Colors of #C384C1
Black with #C384C1
Text Example
Text Example
White with #C384C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C384C1; }
p { color: rgb(195,132,193); }
H1.HeaderClassName
{
color: #C384C1;
}
.AnyTagClassName
{
color: #C384C1;
}
</style>
background-color css
<style>
a { background-color: #C384C1; }
a { background-color: rgb(195,132,193); }
div.DivClassName
{
background-color: #C384C1;
}
.BgClassName
{
background-color: #C384C1;
}
</style>
border-color css
<style>
span { border-color: #C384C1; }
span { border-color: rgb(195,132,193); }
td.TdClassName
{
border-color: #C384C1;
}
.TagClassName
{
border-color: #C384C1;
}
</style>