Shades of Lilac #C184C1
Tints of Lilac #C184C1
RGB
CMYK
RGB Variations
Color information
#C184C1 (or 0xC184C1) is known color: Lilac. HEX triplet: C1, 84 and C1. RGB value is (193,132,193). Sum of RGB (Red+Green+Blue) = 193+132+193=518 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.26% from 518); Green value is 132 (51.95% from 255 or 25.48% from 518); Blue value is 193 (75.78% from 255 or 37.26% from 518); Max value from RGB is 193 - color contains mainly: red, blue. Hex color #C184C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C184C1 is #3E7B3E. Grayscale: #9D9D9D. Windows color (decimal): -4094783 or 12682433. OLE color: 12682433.
HSL color Cylindrical-coordinate representation of color #C184C1: hue angle of 300º degrees, saturation: 0.33, 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 #C184C1 is Cyan = 0, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 132 | 193 | - |
| CMYK | 0 | 0.32 | 0 | 0.24 |
| HSL | 300º | 0.33% | 0.64% | - |
| HSV(B) | 300º | 0.32% | 0.76% | - |
| XYZ | 39.87 | 31.69 | 54.47 | - |
| YUV | 157.19 | 148.21 | 153.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 132 | 193 | 0 | 0.32 | 0 | 0.24 | 300 | 0.33 | 0.64 |
| Hex | C1 | 84 | C1 | 0 | 20 | 0 | 18 | 12C | 21 | 40 |
| Octal | 301 | 204 | 301 | 0 | 40 | 0 | 30 | 454 | 41 | 100 |
| Binary | 11000001 | 10000100 | 11000001 | 0 | 100000 | 0 | 11000 | 100101100 | 100001 | 1000000 |
Color Harmonies of #C184C1
Complementary color
Monochromatic Colors of #C184C1
Black with #C184C1
Text Example
Text Example
White with #C184C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C184C1; }
p { color: rgb(193,132,193); }
H1.HeaderClassName
{
color: #C184C1;
}
.AnyTagClassName
{
color: #C184C1;
}
</style>
background-color css
<style>
a { background-color: #C184C1; }
a { background-color: rgb(193,132,193); }
div.DivClassName
{
background-color: #C184C1;
}
.BgClassName
{
background-color: #C184C1;
}
</style>
border-color css
<style>
span { border-color: #C184C1; }
span { border-color: rgb(193,132,193); }
td.TdClassName
{
border-color: #C184C1;
}
.TagClassName
{
border-color: #C184C1;
}
</style>