Shades of Lilac #C189C0
Tints of Lilac #C189C0
RGB
CMYK
RGB Variations
Color information
#C189C0 (or 0xC189C0) is known color: Lilac. HEX triplet: C1, 89 and C0. RGB value is (193,137,192). Sum of RGB (Red+Green+Blue) = 193+137+192=522 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.97% from 522); Green value is 137 (53.91% from 255 or 26.25% from 522); Blue value is 192 (75.39% from 255 or 36.78% from 522); Max value from RGB is 193 - color contains mainly: red. Hex color #C189C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C189C0 is #3E763F. Grayscale: #9F9F9F. Windows color (decimal): -4093504 or 12618177. OLE color: 12618177.
HSL color Cylindrical-coordinate representation of color #C189C0: hue angle of 301.07º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C189C0 is Cyan = 0, Magento = 0.29, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 137 | 192 | - |
| CMYK | 0 | 0.29 | 0.01 | 0.24 |
| HSL | 301.07º | 0.31% | 0.65% | - |
| HSV(B) | 301.07º | 0.29% | 0.76% | - |
| XYZ | 40.45 | 33.03 | 54.11 | - |
| YUV | 160.01 | 146.05 | 151.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 137 | 192 | 0 | 0.29 | 0.01 | 0.24 | 301.07 | 0.31 | 0.65 |
| Hex | C1 | 89 | C0 | 0 | 1D | 1 | 18 | 12D | 1F | 41 |
| Octal | 301 | 211 | 300 | 0 | 35 | 1 | 30 | 455 | 37 | 101 |
| Binary | 11000001 | 10001001 | 11000000 | 0 | 11101 | 1 | 11000 | 100101101 | 11111 | 1000001 |
Color Harmonies of #C189C0
Complementary color
Monochromatic Colors of #C189C0
Black with #C189C0
Text Example
Text Example
White with #C189C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C189C0; }
p { color: rgb(193,137,192); }
H1.HeaderClassName
{
color: #C189C0;
}
.AnyTagClassName
{
color: #C189C0;
}
</style>
background-color css
<style>
a { background-color: #C189C0; }
a { background-color: rgb(193,137,192); }
div.DivClassName
{
background-color: #C189C0;
}
.BgClassName
{
background-color: #C189C0;
}
</style>
border-color css
<style>
span { border-color: #C189C0; }
span { border-color: rgb(193,137,192); }
td.TdClassName
{
border-color: #C189C0;
}
.TagClassName
{
border-color: #C189C0;
}
</style>