Shades of Lilac #C197C9
Tints of Lilac #C197C9
RGB
CMYK
RGB Variations
Color information
#C197C9 (or 0xC197C9) is known color: Lilac. HEX triplet: C1, 97 and C9. RGB value is (193,151,201). Sum of RGB (Red+Green+Blue) = 193+151+201=545 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.41% from 545); Green value is 151 (59.38% from 255 or 27.71% from 545); Blue value is 201 (78.91% from 255 or 36.88% from 545); Max value from RGB is 201 - color contains mainly: blue. Hex color #C197C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C197C9 is #3E6836. Grayscale: #A9A9A9. Windows color (decimal): -4089911 or 13211585. OLE color: 13211585.
HSL color Cylindrical-coordinate representation of color #C197C9: hue angle of 290.4º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C197C9 is Cyan = 0.04, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 193 | 151 | 201 | - |
| CMYK | 0.04 | 0.25 | 0 | 0.21 |
| HSL | 290.4º | 0.32% | 0.69% | - |
| HSV(B) | 290.4º | 0.25% | 0.79% | - |
| XYZ | 43.6 | 37.69 | 60.23 | - |
| YUV | 169.26 | 145.91 | 144.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 151 | 201 | 0.04 | 0.25 | 0 | 0.21 | 290.4 | 0.32 | 0.69 |
| Hex | C1 | 97 | C9 | 4 | 19 | 0 | 15 | 122 | 20 | 45 |
| Octal | 301 | 227 | 311 | 4 | 31 | 0 | 25 | 442 | 40 | 105 |
| Binary | 11000001 | 10010111 | 11001001 | 100 | 11001 | 0 | 10101 | 100100010 | 100000 | 1000101 |
Color Harmonies of #C197C9
Complementary color
Monochromatic Colors of #C197C9
Black with #C197C9
Text Example
Text Example
White with #C197C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C197C9; }
p { color: rgb(193,151,201); }
H1.HeaderClassName
{
color: #C197C9;
}
.AnyTagClassName
{
color: #C197C9;
}
</style>
background-color css
<style>
a { background-color: #C197C9; }
a { background-color: rgb(193,151,201); }
div.DivClassName
{
background-color: #C197C9;
}
.BgClassName
{
background-color: #C197C9;
}
</style>
border-color css
<style>
span { border-color: #C197C9; }
span { border-color: rgb(193,151,201); }
td.TdClassName
{
border-color: #C197C9;
}
.TagClassName
{
border-color: #C197C9;
}
</style>