Shades of Lilac #C097BD
Tints of Lilac #C097BD
RGB
CMYK
RGB Variations
Color information
#C097BD (or 0xC097BD) is known color: Lilac. HEX triplet: C0, 97 and BD. RGB value is (192,151,189). Sum of RGB (Red+Green+Blue) = 192+151+189=532 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.09% from 532); Green value is 151 (59.38% from 255 or 28.38% from 532); Blue value is 189 (74.22% from 255 or 35.53% from 532); Max value from RGB is 192 - color contains mainly: red. Hex color #C097BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C097BD is #3F6842. Grayscale: #A7A7A7. Windows color (decimal): -4155459 or 12425152. OLE color: 12425152.
HSL color Cylindrical-coordinate representation of color #C097BD: hue angle of 304.39º 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 #C097BD is Cyan = 0, Magento = 0.21, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 151 | 189 | - |
| CMYK | 0 | 0.21 | 0.02 | 0.25 |
| HSL | 304.39º | 0.25% | 0.67% | - |
| HSV(B) | 304.39º | 0.21% | 0.75% | - |
| XYZ | 41.99 | 37.01 | 53.08 | - |
| YUV | 167.59 | 140.08 | 145.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 151 | 189 | 0 | 0.21 | 0.02 | 0.25 | 304.39 | 0.25 | 0.67 |
| Hex | C0 | 97 | BD | 0 | 15 | 2 | 19 | 130 | 19 | 43 |
| Octal | 300 | 227 | 275 | 0 | 25 | 2 | 31 | 460 | 31 | 103 |
| Binary | 11000000 | 10010111 | 10111101 | 0 | 10101 | 10 | 11001 | 100110000 | 11001 | 1000011 |
Color Harmonies of #C097BD
Complementary color
Monochromatic Colors of #C097BD
Black with #C097BD
Text Example
Text Example
White with #C097BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C097BD; }
p { color: rgb(192,151,189); }
H1.HeaderClassName
{
color: #C097BD;
}
.AnyTagClassName
{
color: #C097BD;
}
</style>
background-color css
<style>
a { background-color: #C097BD; }
a { background-color: rgb(192,151,189); }
div.DivClassName
{
background-color: #C097BD;
}
.BgClassName
{
background-color: #C097BD;
}
</style>
border-color css
<style>
span { border-color: #C097BD; }
span { border-color: rgb(192,151,189); }
td.TdClassName
{
border-color: #C097BD;
}
.TagClassName
{
border-color: #C097BD;
}
</style>