Shades of Lilac #C182C1
Tints of Lilac #C182C1
RGB
CMYK
RGB Variations
Color information
#C182C1 (or 0xC182C1) is known color: Lilac. HEX triplet: C1, 82 and C1. RGB value is (193,130,193). Sum of RGB (Red+Green+Blue) = 193+130+193=516 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.40% from 516); Green value is 130 (51.17% from 255 or 25.19% from 516); Blue value is 193 (75.78% from 255 or 37.40% from 516); Max value from RGB is 193 - color contains mainly: red, blue. Hex color #C182C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C182C1 is #3E7D3E. Grayscale: #9B9B9B. Windows color (decimal): -4095295 or 12681921. OLE color: 12681921.
HSL color Cylindrical-coordinate representation of color #C182C1: hue angle of 300º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C182C1 is Cyan = 0, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 130 | 193 | - |
| CMYK | 0 | 0.33 | 0 | 0.24 |
| HSL | 300º | 0.34% | 0.63% | - |
| HSV(B) | 300º | 0.33% | 0.76% | - |
| XYZ | 39.6 | 31.15 | 54.38 | - |
| YUV | 156.02 | 148.87 | 154.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 130 | 193 | 0 | 0.33 | 0 | 0.24 | 300 | 0.34 | 0.63 |
| Hex | C1 | 82 | C1 | 0 | 21 | 0 | 18 | 12C | 22 | 3F |
| Octal | 301 | 202 | 301 | 0 | 41 | 0 | 30 | 454 | 42 | 77 |
| Binary | 11000001 | 10000010 | 11000001 | 0 | 100001 | 0 | 11000 | 100101100 | 100010 | 111111 |
Color Harmonies of #C182C1
Complementary color
Monochromatic Colors of #C182C1
Black with #C182C1
Text Example
Text Example
White with #C182C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C182C1; }
p { color: rgb(193,130,193); }
H1.HeaderClassName
{
color: #C182C1;
}
.AnyTagClassName
{
color: #C182C1;
}
</style>
background-color css
<style>
a { background-color: #C182C1; }
a { background-color: rgb(193,130,193); }
div.DivClassName
{
background-color: #C182C1;
}
.BgClassName
{
background-color: #C182C1;
}
</style>
border-color css
<style>
span { border-color: #C182C1; }
span { border-color: rgb(193,130,193); }
td.TdClassName
{
border-color: #C182C1;
}
.TagClassName
{
border-color: #C182C1;
}
</style>