Shades of Lilac #C182C9
Tints of Lilac #C182C9
RGB
CMYK
RGB Variations
Color information
#C182C9 (or 0xC182C9) is known color: Lilac. HEX triplet: C1, 82 and C9. RGB value is (193,130,201). Sum of RGB (Red+Green+Blue) = 193+130+201=524 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.83% from 524); Green value is 130 (51.17% from 255 or 24.81% from 524); Blue value is 201 (78.91% from 255 or 38.36% from 524); Max value from RGB is 201 - color contains mainly: blue. Hex color #C182C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C182C9 is #3E7D36. Grayscale: #9C9C9C. Windows color (decimal): -4095287 or 13206209. OLE color: 13206209.
HSL color Cylindrical-coordinate representation of color #C182C9: hue angle of 293.24º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C182C9 is Cyan = 0.04, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 193 | 130 | 201 | - |
| CMYK | 0.04 | 0.35 | 0 | 0.21 |
| HSL | 293.24º | 0.4% | 0.65% | - |
| HSV(B) | 293.24º | 0.35% | 0.79% | - |
| XYZ | 40.52 | 31.52 | 59.21 | - |
| YUV | 156.93 | 152.87 | 153.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 130 | 201 | 0.04 | 0.35 | 0 | 0.21 | 293.24 | 0.4 | 0.65 |
| Hex | C1 | 82 | C9 | 4 | 23 | 0 | 15 | 125 | 28 | 41 |
| Octal | 301 | 202 | 311 | 4 | 43 | 0 | 25 | 445 | 50 | 101 |
| Binary | 11000001 | 10000010 | 11001001 | 100 | 100011 | 0 | 10101 | 100100101 | 101000 | 1000001 |
Color Harmonies of #C182C9
Complementary color
Monochromatic Colors of #C182C9
Black with #C182C9
Text Example
Text Example
White with #C182C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C182C9; }
p { color: rgb(193,130,201); }
H1.HeaderClassName
{
color: #C182C9;
}
.AnyTagClassName
{
color: #C182C9;
}
</style>
background-color css
<style>
a { background-color: #C182C9; }
a { background-color: rgb(193,130,201); }
div.DivClassName
{
background-color: #C182C9;
}
.BgClassName
{
background-color: #C182C9;
}
</style>
border-color css
<style>
span { border-color: #C182C9; }
span { border-color: rgb(193,130,201); }
td.TdClassName
{
border-color: #C182C9;
}
.TagClassName
{
border-color: #C182C9;
}
</style>