Shades of Lilac #C197C4
Tints of Lilac #C197C4
RGB
CMYK
RGB Variations
Color information
#C197C4 (or 0xC197C4) is known color: Lilac. HEX triplet: C1, 97 and C4. RGB value is (193,151,196). Sum of RGB (Red+Green+Blue) = 193+151+196=540 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.74% from 540); Green value is 151 (59.38% from 255 or 27.96% from 540); Blue value is 196 (76.95% from 255 or 36.30% from 540); Max value from RGB is 196 - color contains mainly: blue. Hex color #C197C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C197C4 is #3E683B. Grayscale: #A8A8A8. Windows color (decimal): -4089916 or 12883905. OLE color: 12883905.
HSL color Cylindrical-coordinate representation of color #C197C4: hue angle of 296º 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 #C197C4 is Cyan = 0.02, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 193 | 151 | 196 | - |
| CMYK | 0.02 | 0.23 | 0 | 0.23 |
| HSL | 296º | 0.28% | 0.68% | - |
| HSV(B) | 296º | 0.23% | 0.77% | - |
| XYZ | 43.02 | 37.46 | 57.19 | - |
| YUV | 168.69 | 143.41 | 145.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 151 | 196 | 0.02 | 0.23 | 0 | 0.23 | 296 | 0.28 | 0.68 |
| Hex | C1 | 97 | C4 | 2 | 17 | 0 | 17 | 128 | 1C | 44 |
| Octal | 301 | 227 | 304 | 2 | 27 | 0 | 27 | 450 | 34 | 104 |
| Binary | 11000001 | 10010111 | 11000100 | 10 | 10111 | 0 | 10111 | 100101000 | 11100 | 1000100 |
Color Harmonies of #C197C4
Complementary color
Monochromatic Colors of #C197C4
Black with #C197C4
Text Example
Text Example
White with #C197C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C197C4; }
p { color: rgb(193,151,196); }
H1.HeaderClassName
{
color: #C197C4;
}
.AnyTagClassName
{
color: #C197C4;
}
</style>
background-color css
<style>
a { background-color: #C197C4; }
a { background-color: rgb(193,151,196); }
div.DivClassName
{
background-color: #C197C4;
}
.BgClassName
{
background-color: #C197C4;
}
</style>
border-color css
<style>
span { border-color: #C197C4; }
span { border-color: rgb(193,151,196); }
td.TdClassName
{
border-color: #C197C4;
}
.TagClassName
{
border-color: #C197C4;
}
</style>