Shades of Lilac #C097C1
Tints of Lilac #C097C1
RGB
CMYK
RGB Variations
Color information
#C097C1 (or 0xC097C1) is known color: Lilac. HEX triplet: C0, 97 and C1. RGB value is (192,151,193). Sum of RGB (Red+Green+Blue) = 192+151+193=536 (70% of max value = 765). Red value is 192 (75.39% from 255 or 35.82% from 536); Green value is 151 (59.38% from 255 or 28.17% from 536); Blue value is 193 (75.78% from 255 or 36.01% from 536); Max value from RGB is 193 - color contains mainly: blue. Hex color #C097C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C097C1 is #3F683E. Grayscale: #A7A7A7. Windows color (decimal): -4155455 or 12687296. OLE color: 12687296.
HSL color Cylindrical-coordinate representation of color #C097C1: hue angle of 298.57º 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 #C097C1 is Cyan = 0.01, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 192 | 151 | 193 | - |
| CMYK | 0.01 | 0.22 | 0 | 0.24 |
| HSL | 298.57º | 0.25% | 0.67% | - |
| HSV(B) | 298.57º | 0.22% | 0.76% | - |
| XYZ | 42.43 | 37.19 | 55.39 | - |
| YUV | 168.05 | 142.08 | 145.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 151 | 193 | 0.01 | 0.22 | 0 | 0.24 | 298.57 | 0.25 | 0.67 |
| Hex | C0 | 97 | C1 | 1 | 16 | 0 | 18 | 12B | 19 | 43 |
| Octal | 300 | 227 | 301 | 1 | 26 | 0 | 30 | 453 | 31 | 103 |
| Binary | 11000000 | 10010111 | 11000001 | 1 | 10110 | 0 | 11000 | 100101011 | 11001 | 1000011 |
Color Harmonies of #C097C1
Complementary color
Monochromatic Colors of #C097C1
Black with #C097C1
Text Example
Text Example
White with #C097C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C097C1; }
p { color: rgb(192,151,193); }
H1.HeaderClassName
{
color: #C097C1;
}
.AnyTagClassName
{
color: #C097C1;
}
</style>
background-color css
<style>
a { background-color: #C097C1; }
a { background-color: rgb(192,151,193); }
div.DivClassName
{
background-color: #C097C1;
}
.BgClassName
{
background-color: #C097C1;
}
</style>
border-color css
<style>
span { border-color: #C097C1; }
span { border-color: rgb(192,151,193); }
td.TdClassName
{
border-color: #C097C1;
}
.TagClassName
{
border-color: #C097C1;
}
</style>