Shades of Lilac #C180C2
Tints of Lilac #C180C2
RGB
CMYK
RGB Variations
Color information
#C180C2 (or 0xC180C2) is known color: Lilac. HEX triplet: C1, 80 and C2. RGB value is (193,128,194). Sum of RGB (Red+Green+Blue) = 193+128+194=515 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.48% from 515); Green value is 128 (50.39% from 255 or 24.85% from 515); Blue value is 194 (76.17% from 255 or 37.67% from 515); Max value from RGB is 194 - color contains mainly: blue. Hex color #C180C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C180C2 is #3E7F3D. Grayscale: #9A9A9A. Windows color (decimal): -4095806 or 12746945. OLE color: 12746945.
HSL color Cylindrical-coordinate representation of color #C180C2: hue angle of 299.09º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C180C2 is Cyan = 0.01, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 128 | 194 | - |
| CMYK | 0.01 | 0.34 | 0 | 0.24 |
| HSL | 299.09º | 0.35% | 0.63% | - |
| HSV(B) | 299.09º | 0.34% | 0.76% | - |
| XYZ | 39.45 | 30.67 | 54.88 | - |
| YUV | 154.96 | 150.03 | 155.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 128 | 194 | 0.01 | 0.34 | 0 | 0.24 | 299.09 | 0.35 | 0.63 |
| Hex | C1 | 80 | C2 | 1 | 22 | 0 | 18 | 12B | 23 | 3F |
| Octal | 301 | 200 | 302 | 1 | 42 | 0 | 30 | 453 | 43 | 77 |
| Binary | 11000001 | 10000000 | 11000010 | 1 | 100010 | 0 | 11000 | 100101011 | 100011 | 111111 |
Color Harmonies of #C180C2
Complementary color
Monochromatic Colors of #C180C2
Black with #C180C2
Text Example
Text Example
White with #C180C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C180C2; }
p { color: rgb(193,128,194); }
H1.HeaderClassName
{
color: #C180C2;
}
.AnyTagClassName
{
color: #C180C2;
}
</style>
background-color css
<style>
a { background-color: #C180C2; }
a { background-color: rgb(193,128,194); }
div.DivClassName
{
background-color: #C180C2;
}
.BgClassName
{
background-color: #C180C2;
}
</style>
border-color css
<style>
span { border-color: #C180C2; }
span { border-color: rgb(193,128,194); }
td.TdClassName
{
border-color: #C180C2;
}
.TagClassName
{
border-color: #C180C2;
}
</style>