Shades of Lilac #C19BBE
Tints of Lilac #C19BBE
RGB
CMYK
RGB Variations
Color information
#C19BBE (or 0xC19BBE) is known color: Lilac. HEX triplet: C1, 9B and BE. RGB value is (193,155,190). Sum of RGB (Red+Green+Blue) = 193+155+190=538 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.87% from 538); Green value is 155 (60.94% from 255 or 28.81% from 538); Blue value is 190 (74.61% from 255 or 35.32% from 538); Max value from RGB is 193 - color contains mainly: red. Hex color #C19BBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C19BBE is #3E6441. Grayscale: #AAAAAA. Windows color (decimal): -4088898 or 12491713. OLE color: 12491713.
HSL color Cylindrical-coordinate representation of color #C19BBE: hue angle of 304.74º degrees, saturation: 0.23, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C19BBE is Cyan = 0, Magento = 0.20, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 155 | 190 | - |
| CMYK | 0 | 0.20 | 0.02 | 0.24 |
| HSL | 304.74º | 0.23% | 0.68% | - |
| HSV(B) | 304.74º | 0.2% | 0.76% | - |
| XYZ | 43.01 | 38.5 | 53.88 | - |
| YUV | 170.35 | 139.09 | 144.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 155 | 190 | 0 | 0.20 | 0.02 | 0.24 | 304.74 | 0.23 | 0.68 |
| Hex | C1 | 9B | BE | 0 | 14 | 2 | 18 | 131 | 17 | 44 |
| Octal | 301 | 233 | 276 | 0 | 24 | 2 | 30 | 461 | 27 | 104 |
| Binary | 11000001 | 10011011 | 10111110 | 0 | 10100 | 10 | 11000 | 100110001 | 10111 | 1000100 |
Color Harmonies of #C19BBE
Complementary color
Monochromatic Colors of #C19BBE
Black with #C19BBE
Text Example
Text Example
White with #C19BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19BBE; }
p { color: rgb(193,155,190); }
H1.HeaderClassName
{
color: #C19BBE;
}
.AnyTagClassName
{
color: #C19BBE;
}
</style>
background-color css
<style>
a { background-color: #C19BBE; }
a { background-color: rgb(193,155,190); }
div.DivClassName
{
background-color: #C19BBE;
}
.BgClassName
{
background-color: #C19BBE;
}
</style>
border-color css
<style>
span { border-color: #C19BBE; }
span { border-color: rgb(193,155,190); }
td.TdClassName
{
border-color: #C19BBE;
}
.TagClassName
{
border-color: #C19BBE;
}
</style>