Shades of Lilac #C194C0
Tints of Lilac #C194C0
RGB
CMYK
RGB Variations
Color information
#C194C0 (or 0xC194C0) is known color: Lilac. HEX triplet: C1, 94 and C0. RGB value is (193,148,192). Sum of RGB (Red+Green+Blue) = 193+148+192=533 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.21% from 533); Green value is 148 (58.20% from 255 or 27.77% from 533); Blue value is 192 (75.39% from 255 or 36.02% from 533); Max value from RGB is 193 - color contains mainly: red. Hex color #C194C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C194C0 is #3E6B3F. Grayscale: #A6A6A6. Windows color (decimal): -4090688 or 12620993. OLE color: 12620993.
HSL color Cylindrical-coordinate representation of color #C194C0: hue angle of 301.33º degrees, saturation: 0.27, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C194C0 is Cyan = 0, Magento = 0.23, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 148 | 192 | - |
| CMYK | 0 | 0.23 | 0.01 | 0.24 |
| HSL | 301.33º | 0.27% | 0.67% | - |
| HSV(B) | 301.33º | 0.23% | 0.76% | - |
| XYZ | 42.1 | 36.32 | 54.66 | - |
| YUV | 166.47 | 142.41 | 146.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 148 | 192 | 0 | 0.23 | 0.01 | 0.24 | 301.33 | 0.27 | 0.67 |
| Hex | C1 | 94 | C0 | 0 | 17 | 1 | 18 | 12D | 1B | 43 |
| Octal | 301 | 224 | 300 | 0 | 27 | 1 | 30 | 455 | 33 | 103 |
| Binary | 11000001 | 10010100 | 11000000 | 0 | 10111 | 1 | 11000 | 100101101 | 11011 | 1000011 |
Color Harmonies of #C194C0
Complementary color
Monochromatic Colors of #C194C0
Black with #C194C0
Text Example
Text Example
White with #C194C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C194C0; }
p { color: rgb(193,148,192); }
H1.HeaderClassName
{
color: #C194C0;
}
.AnyTagClassName
{
color: #C194C0;
}
</style>
background-color css
<style>
a { background-color: #C194C0; }
a { background-color: rgb(193,148,192); }
div.DivClassName
{
background-color: #C194C0;
}
.BgClassName
{
background-color: #C194C0;
}
</style>
border-color css
<style>
span { border-color: #C194C0; }
span { border-color: rgb(193,148,192); }
td.TdClassName
{
border-color: #C194C0;
}
.TagClassName
{
border-color: #C194C0;
}
</style>