Shades of Lilac #C197BC
Tints of Lilac #C197BC
RGB
CMYK
RGB Variations
Color information
#C197BC (or 0xC197BC) is known color: Lilac. HEX triplet: C1, 97 and BC. RGB value is (193,151,188). Sum of RGB (Red+Green+Blue) = 193+151+188=532 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.28% from 532); Green value is 151 (59.38% from 255 or 28.38% from 532); Blue value is 188 (73.83% from 255 or 35.34% from 532); Max value from RGB is 193 - color contains mainly: red. Hex color #C197BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C197BC is #3E6843. Grayscale: #A7A7A7. Windows color (decimal): -4089924 or 12359617. OLE color: 12359617.
HSL color Cylindrical-coordinate representation of color #C197BC: hue angle of 307.14º 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 #C197BC is Cyan = 0, Magento = 0.22, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 151 | 188 | - |
| CMYK | 0 | 0.22 | 0.03 | 0.24 |
| HSL | 307.14º | 0.25% | 0.67% | - |
| HSV(B) | 307.14º | 0.22% | 0.76% | - |
| XYZ | 42.14 | 37.1 | 52.52 | - |
| YUV | 167.78 | 139.41 | 145.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 151 | 188 | 0 | 0.22 | 0.03 | 0.24 | 307.14 | 0.25 | 0.67 |
| Hex | C1 | 97 | BC | 0 | 16 | 3 | 18 | 133 | 19 | 43 |
| Octal | 301 | 227 | 274 | 0 | 26 | 3 | 30 | 463 | 31 | 103 |
| Binary | 11000001 | 10010111 | 10111100 | 0 | 10110 | 11 | 11000 | 100110011 | 11001 | 1000011 |
Color Harmonies of #C197BC
Complementary color
Monochromatic Colors of #C197BC
Black with #C197BC
Text Example
Text Example
White with #C197BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C197BC; }
p { color: rgb(193,151,188); }
H1.HeaderClassName
{
color: #C197BC;
}
.AnyTagClassName
{
color: #C197BC;
}
</style>
background-color css
<style>
a { background-color: #C197BC; }
a { background-color: rgb(193,151,188); }
div.DivClassName
{
background-color: #C197BC;
}
.BgClassName
{
background-color: #C197BC;
}
</style>
border-color css
<style>
span { border-color: #C197BC; }
span { border-color: rgb(193,151,188); }
td.TdClassName
{
border-color: #C197BC;
}
.TagClassName
{
border-color: #C197BC;
}
</style>