Shades of Lilac #C19BC5
Tints of Lilac #C19BC5
RGB
CMYK
RGB Variations
Color information
#C19BC5 (or 0xC19BC5) is known color: Lilac. HEX triplet: C1, 9B and C5. RGB value is (193,155,197). Sum of RGB (Red+Green+Blue) = 193+155+197=545 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.41% from 545); Green value is 155 (60.94% from 255 or 28.44% from 545); Blue value is 197 (77.34% from 255 or 36.15% from 545); Max value from RGB is 197 - color contains mainly: blue. Hex color #C19BC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C19BC5 is #3E643A. Grayscale: #ABABAB. Windows color (decimal): -4088891 or 12950465. OLE color: 12950465.
HSL color Cylindrical-coordinate representation of color #C19BC5: hue angle of 294.29º degrees, saturation: 0.27, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C19BC5 is Cyan = 0.02, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 193 | 155 | 197 | - |
| CMYK | 0.02 | 0.21 | 0 | 0.23 |
| HSL | 294.29º | 0.27% | 0.69% | - |
| HSV(B) | 294.29º | 0.21% | 0.77% | - |
| XYZ | 43.79 | 38.81 | 58.01 | - |
| YUV | 171.15 | 142.59 | 143.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 155 | 197 | 0.02 | 0.21 | 0 | 0.23 | 294.29 | 0.27 | 0.69 |
| Hex | C1 | 9B | C5 | 2 | 15 | 0 | 17 | 126 | 1B | 45 |
| Octal | 301 | 233 | 305 | 2 | 25 | 0 | 27 | 446 | 33 | 105 |
| Binary | 11000001 | 10011011 | 11000101 | 10 | 10101 | 0 | 10111 | 100100110 | 11011 | 1000101 |
Color Harmonies of #C19BC5
Complementary color
Monochromatic Colors of #C19BC5
Black with #C19BC5
Text Example
Text Example
White with #C19BC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19BC5; }
p { color: rgb(193,155,197); }
H1.HeaderClassName
{
color: #C19BC5;
}
.AnyTagClassName
{
color: #C19BC5;
}
</style>
background-color css
<style>
a { background-color: #C19BC5; }
a { background-color: rgb(193,155,197); }
div.DivClassName
{
background-color: #C19BC5;
}
.BgClassName
{
background-color: #C19BC5;
}
</style>
border-color css
<style>
span { border-color: #C19BC5; }
span { border-color: rgb(193,155,197); }
td.TdClassName
{
border-color: #C19BC5;
}
.TagClassName
{
border-color: #C19BC5;
}
</style>