Shades of Lilac #C19FC3
Tints of Lilac #C19FC3
RGB
CMYK
RGB Variations
Color information
#C19FC3 (or 0xC19FC3) is known color: Lilac. HEX triplet: C1, 9F and C3. RGB value is (193,159,195). Sum of RGB (Red+Green+Blue) = 193+159+195=547 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.28% from 547); Green value is 159 (62.5% from 255 or 29.07% from 547); Blue value is 195 (76.56% from 255 or 35.65% from 547); Max value from RGB is 195 - color contains mainly: blue. Hex color #C19FC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C19FC3 is #3E603C. Grayscale: #ADADAD. Windows color (decimal): -4087869 or 12820417. OLE color: 12820417.
HSL color Cylindrical-coordinate representation of color #C19FC3: hue angle of 296.67º degrees, saturation: 0.23, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C19FC3 is Cyan = 0.01, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 159 | 195 | - |
| CMYK | 0.01 | 0.18 | 0 | 0.24 |
| HSL | 296.67º | 0.23% | 0.69% | - |
| HSV(B) | 296.67º | 0.18% | 0.76% | - |
| XYZ | 44.24 | 40.07 | 57.03 | - |
| YUV | 173.27 | 140.26 | 142.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 159 | 195 | 0.01 | 0.18 | 0 | 0.24 | 296.67 | 0.23 | 0.69 |
| Hex | C1 | 9F | C3 | 1 | 12 | 0 | 18 | 129 | 17 | 45 |
| Octal | 301 | 237 | 303 | 1 | 22 | 0 | 30 | 451 | 27 | 105 |
| Binary | 11000001 | 10011111 | 11000011 | 1 | 10010 | 0 | 11000 | 100101001 | 10111 | 1000101 |
Color Harmonies of #C19FC3
Complementary color
Monochromatic Colors of #C19FC3
Black with #C19FC3
Text Example
Text Example
White with #C19FC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19FC3; }
p { color: rgb(193,159,195); }
H1.HeaderClassName
{
color: #C19FC3;
}
.AnyTagClassName
{
color: #C19FC3;
}
</style>
background-color css
<style>
a { background-color: #C19FC3; }
a { background-color: rgb(193,159,195); }
div.DivClassName
{
background-color: #C19FC3;
}
.BgClassName
{
background-color: #C19FC3;
}
</style>
border-color css
<style>
span { border-color: #C19FC3; }
span { border-color: rgb(193,159,195); }
td.TdClassName
{
border-color: #C19FC3;
}
.TagClassName
{
border-color: #C19FC3;
}
</style>