Shades of Lilac #C097BE
Tints of Lilac #C097BE
RGB
CMYK
RGB Variations
Color information
#C097BE (or 0xC097BE) is known color: Lilac. HEX triplet: C0, 97 and BE. RGB value is (192,151,190). Sum of RGB (Red+Green+Blue) = 192+151+190=533 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.02% from 533); Green value is 151 (59.38% from 255 or 28.33% from 533); Blue value is 190 (74.61% from 255 or 35.65% from 533); Max value from RGB is 192 - color contains mainly: red. Hex color #C097BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C097BE is #3F6841. Grayscale: #A7A7A7. Windows color (decimal): -4155458 or 12490688. OLE color: 12490688.
HSL color Cylindrical-coordinate representation of color #C097BE: hue angle of 302.93º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C097BE is Cyan = 0, Magento = 0.21, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 151 | 190 | - |
| CMYK | 0 | 0.21 | 0.01 | 0.25 |
| HSL | 302.93º | 0.25% | 0.67% | - |
| HSV(B) | 302.93º | 0.21% | 0.75% | - |
| XYZ | 42.1 | 37.06 | 53.65 | - |
| YUV | 167.71 | 140.58 | 145.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 151 | 190 | 0 | 0.21 | 0.01 | 0.25 | 302.93 | 0.25 | 0.67 |
| Hex | C0 | 97 | BE | 0 | 15 | 1 | 19 | 12F | 19 | 43 |
| Octal | 300 | 227 | 276 | 0 | 25 | 1 | 31 | 457 | 31 | 103 |
| Binary | 11000000 | 10010111 | 10111110 | 0 | 10101 | 1 | 11001 | 100101111 | 11001 | 1000011 |
Color Harmonies of #C097BE
Complementary color
Monochromatic Colors of #C097BE
Black with #C097BE
Text Example
Text Example
White with #C097BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C097BE; }
p { color: rgb(192,151,190); }
H1.HeaderClassName
{
color: #C097BE;
}
.AnyTagClassName
{
color: #C097BE;
}
</style>
background-color css
<style>
a { background-color: #C097BE; }
a { background-color: rgb(192,151,190); }
div.DivClassName
{
background-color: #C097BE;
}
.BgClassName
{
background-color: #C097BE;
}
</style>
border-color css
<style>
span { border-color: #C097BE; }
span { border-color: rgb(192,151,190); }
td.TdClassName
{
border-color: #C097BE;
}
.TagClassName
{
border-color: #C097BE;
}
</style>