Shades of Lilac #C191BE
Tints of Lilac #C191BE
RGB
CMYK
RGB Variations
Color information
#C191BE (or 0xC191BE) is known color: Lilac. HEX triplet: C1, 91 and BE. RGB value is (193,145,190). Sum of RGB (Red+Green+Blue) = 193+145+190=528 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.55% from 528); Green value is 145 (57.03% from 255 or 27.46% from 528); Blue value is 190 (74.61% from 255 or 35.98% from 528); Max value from RGB is 193 - color contains mainly: red. Hex color #C191BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C191BE is #3E6E41. Grayscale: #A4A4A4. Windows color (decimal): -4091458 or 12489153. OLE color: 12489153.
HSL color Cylindrical-coordinate representation of color #C191BE: hue angle of 303.75º degrees, saturation: 0.28, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C191BE is Cyan = 0, Magento = 0.25, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 145 | 190 | - |
| CMYK | 0 | 0.25 | 0.02 | 0.24 |
| HSL | 303.75º | 0.28% | 0.66% | - |
| HSV(B) | 303.75º | 0.25% | 0.76% | - |
| XYZ | 41.41 | 35.31 | 53.35 | - |
| YUV | 164.48 | 142.4 | 148.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 145 | 190 | 0 | 0.25 | 0.02 | 0.24 | 303.75 | 0.28 | 0.66 |
| Hex | C1 | 91 | BE | 0 | 19 | 2 | 18 | 130 | 1C | 42 |
| Octal | 301 | 221 | 276 | 0 | 31 | 2 | 30 | 460 | 34 | 102 |
| Binary | 11000001 | 10010001 | 10111110 | 0 | 11001 | 10 | 11000 | 100110000 | 11100 | 1000010 |
Color Harmonies of #C191BE
Complementary color
Monochromatic Colors of #C191BE
Black with #C191BE
Text Example
Text Example
White with #C191BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C191BE; }
p { color: rgb(193,145,190); }
H1.HeaderClassName
{
color: #C191BE;
}
.AnyTagClassName
{
color: #C191BE;
}
</style>
background-color css
<style>
a { background-color: #C191BE; }
a { background-color: rgb(193,145,190); }
div.DivClassName
{
background-color: #C191BE;
}
.BgClassName
{
background-color: #C191BE;
}
</style>
border-color css
<style>
span { border-color: #C191BE; }
span { border-color: rgb(193,145,190); }
td.TdClassName
{
border-color: #C191BE;
}
.TagClassName
{
border-color: #C191BE;
}
</style>