Shades of Lilac #C197C0
Tints of Lilac #C197C0
RGB
CMYK
RGB Variations
Color information
#C197C0 (or 0xC197C0) is known color: Lilac. HEX triplet: C1, 97 and C0. RGB value is (193,151,192). Sum of RGB (Red+Green+Blue) = 193+151+192=536 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.01% from 536); Green value is 151 (59.38% from 255 or 28.17% from 536); Blue value is 192 (75.39% from 255 or 35.82% from 536); Max value from RGB is 193 - color contains mainly: red. Hex color #C197C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C197C0 is #3E683F. Grayscale: #A8A8A8. Windows color (decimal): -4089920 or 12621761. OLE color: 12621761.
HSL color Cylindrical-coordinate representation of color #C197C0: hue angle of 301.43º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C197C0 is Cyan = 0, Magento = 0.22, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 151 | 192 | - |
| CMYK | 0 | 0.22 | 0.01 | 0.24 |
| HSL | 301.43º | 0.25% | 0.67% | - |
| HSV(B) | 301.43º | 0.22% | 0.76% | - |
| XYZ | 42.57 | 37.28 | 54.82 | - |
| YUV | 168.23 | 141.41 | 145.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 151 | 192 | 0 | 0.22 | 0.01 | 0.24 | 301.43 | 0.25 | 0.67 |
| Hex | C1 | 97 | C0 | 0 | 16 | 1 | 18 | 12D | 19 | 43 |
| Octal | 301 | 227 | 300 | 0 | 26 | 1 | 30 | 455 | 31 | 103 |
| Binary | 11000001 | 10010111 | 11000000 | 0 | 10110 | 1 | 11000 | 100101101 | 11001 | 1000011 |
Color Harmonies of #C197C0
Complementary color
Monochromatic Colors of #C197C0
Black with #C197C0
Text Example
Text Example
White with #C197C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C197C0; }
p { color: rgb(193,151,192); }
H1.HeaderClassName
{
color: #C197C0;
}
.AnyTagClassName
{
color: #C197C0;
}
</style>
background-color css
<style>
a { background-color: #C197C0; }
a { background-color: rgb(193,151,192); }
div.DivClassName
{
background-color: #C197C0;
}
.BgClassName
{
background-color: #C197C0;
}
</style>
border-color css
<style>
span { border-color: #C197C0; }
span { border-color: rgb(193,151,192); }
td.TdClassName
{
border-color: #C197C0;
}
.TagClassName
{
border-color: #C197C0;
}
</style>