Shades of Lilac #C181C1
Tints of Lilac #C181C1
RGB
CMYK
RGB Variations
Color information
#C181C1 (or 0xC181C1) is known color: Lilac. HEX triplet: C1, 81 and C1. RGB value is (193,129,193). Sum of RGB (Red+Green+Blue) = 193+129+193=515 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.48% from 515); Green value is 129 (50.78% from 255 or 25.05% from 515); Blue value is 193 (75.78% from 255 or 37.48% from 515); Max value from RGB is 193 - color contains mainly: red, blue. Hex color #C181C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C181C1 is #3E7E3E. Grayscale: #9B9B9B. Windows color (decimal): -4095551 or 12681665. OLE color: 12681665.
HSL color Cylindrical-coordinate representation of color #C181C1: 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 #C181C1 is Cyan = 0, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 129 | 193 | - |
| CMYK | 0 | 0.33 | 0 | 0.24 |
| HSL | 300º | 0.34% | 0.63% | - |
| HSV(B) | 300º | 0.33% | 0.76% | - |
| XYZ | 39.47 | 30.89 | 54.33 | - |
| YUV | 155.43 | 149.2 | 154.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 129 | 193 | 0 | 0.33 | 0 | 0.24 | 300 | 0.34 | 0.63 |
| Hex | C1 | 81 | C1 | 0 | 21 | 0 | 18 | 12C | 22 | 3F |
| Octal | 301 | 201 | 301 | 0 | 41 | 0 | 30 | 454 | 42 | 77 |
| Binary | 11000001 | 10000001 | 11000001 | 0 | 100001 | 0 | 11000 | 100101100 | 100010 | 111111 |
Color Harmonies of #C181C1
Complementary color
Monochromatic Colors of #C181C1
Black with #C181C1
Text Example
Text Example
White with #C181C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C181C1; }
p { color: rgb(193,129,193); }
H1.HeaderClassName
{
color: #C181C1;
}
.AnyTagClassName
{
color: #C181C1;
}
</style>
background-color css
<style>
a { background-color: #C181C1; }
a { background-color: rgb(193,129,193); }
div.DivClassName
{
background-color: #C181C1;
}
.BgClassName
{
background-color: #C181C1;
}
</style>
border-color css
<style>
span { border-color: #C181C1; }
span { border-color: rgb(193,129,193); }
td.TdClassName
{
border-color: #C181C1;
}
.TagClassName
{
border-color: #C181C1;
}
</style>