Shades of Lilac #C197C5
Tints of Lilac #C197C5
RGB
CMYK
RGB Variations
Color information
#C197C5 (or 0xC197C5) is known color: Lilac. HEX triplet: C1, 97 and C5. RGB value is (193,151,197). Sum of RGB (Red+Green+Blue) = 193+151+197=541 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.67% from 541); Green value is 151 (59.38% from 255 or 27.91% from 541); Blue value is 197 (77.34% from 255 or 36.41% from 541); Max value from RGB is 197 - color contains mainly: blue. Hex color #C197C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C197C5 is #3E683A. Grayscale: #A8A8A8. Windows color (decimal): -4089915 or 12949441. OLE color: 12949441.
HSL color Cylindrical-coordinate representation of color #C197C5: hue angle of 294.78º degrees, saturation: 0.28, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C197C5 is Cyan = 0.02, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 193 | 151 | 197 | - |
| CMYK | 0.02 | 0.23 | 0 | 0.23 |
| HSL | 294.78º | 0.28% | 0.68% | - |
| HSV(B) | 294.78º | 0.23% | 0.77% | - |
| XYZ | 43.14 | 37.5 | 57.79 | - |
| YUV | 168.8 | 143.91 | 145.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 151 | 197 | 0.02 | 0.23 | 0 | 0.23 | 294.78 | 0.28 | 0.68 |
| Hex | C1 | 97 | C5 | 2 | 17 | 0 | 17 | 127 | 1C | 44 |
| Octal | 301 | 227 | 305 | 2 | 27 | 0 | 27 | 447 | 34 | 104 |
| Binary | 11000001 | 10010111 | 11000101 | 10 | 10111 | 0 | 10111 | 100100111 | 11100 | 1000100 |
Color Harmonies of #C197C5
Complementary color
Monochromatic Colors of #C197C5
Black with #C197C5
Text Example
Text Example
White with #C197C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C197C5; }
p { color: rgb(193,151,197); }
H1.HeaderClassName
{
color: #C197C5;
}
.AnyTagClassName
{
color: #C197C5;
}
</style>
background-color css
<style>
a { background-color: #C197C5; }
a { background-color: rgb(193,151,197); }
div.DivClassName
{
background-color: #C197C5;
}
.BgClassName
{
background-color: #C197C5;
}
</style>
border-color css
<style>
span { border-color: #C197C5; }
span { border-color: rgb(193,151,197); }
td.TdClassName
{
border-color: #C197C5;
}
.TagClassName
{
border-color: #C197C5;
}
</style>