Shades of Lilac #C19FC8
Tints of Lilac #C19FC8
RGB
CMYK
RGB Variations
Color information
#C19FC8 (or 0xC19FC8) is known color: Lilac. HEX triplet: C1, 9F and C8. RGB value is (193,159,200). Sum of RGB (Red+Green+Blue) = 193+159+200=552 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.96% from 552); Green value is 159 (62.5% from 255 or 28.80% from 552); Blue value is 200 (78.52% from 255 or 36.23% from 552); Max value from RGB is 200 - color contains mainly: blue. Hex color #C19FC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C19FC8 is #3E6037. Grayscale: #ADADAD. Windows color (decimal): -4087864 or 13148097. OLE color: 13148097.
HSL color Cylindrical-coordinate representation of color #C19FC8: hue angle of 289.76º degrees, saturation: 0.27, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C19FC8 is Cyan = 0.04, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 193 | 159 | 200 | - |
| CMYK | 0.04 | 0.20 | 0 | 0.22 |
| HSL | 289.76º | 0.27% | 0.7% | - |
| HSV(B) | 289.76º | 0.21% | 0.78% | - |
| XYZ | 44.82 | 40.3 | 60.06 | - |
| YUV | 173.84 | 142.76 | 141.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 159 | 200 | 0.04 | 0.20 | 0 | 0.22 | 289.76 | 0.27 | 0.7 |
| Hex | C1 | 9F | C8 | 4 | 14 | 0 | 16 | 122 | 1B | 46 |
| Octal | 301 | 237 | 310 | 4 | 24 | 0 | 26 | 442 | 33 | 106 |
| Binary | 11000001 | 10011111 | 11001000 | 100 | 10100 | 0 | 10110 | 100100010 | 11011 | 1000110 |
Color Harmonies of #C19FC8
Complementary color
Monochromatic Colors of #C19FC8
Black with #C19FC8
Text Example
Text Example
White with #C19FC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19FC8; }
p { color: rgb(193,159,200); }
H1.HeaderClassName
{
color: #C19FC8;
}
.AnyTagClassName
{
color: #C19FC8;
}
</style>
background-color css
<style>
a { background-color: #C19FC8; }
a { background-color: rgb(193,159,200); }
div.DivClassName
{
background-color: #C19FC8;
}
.BgClassName
{
background-color: #C19FC8;
}
</style>
border-color css
<style>
span { border-color: #C19FC8; }
span { border-color: rgb(193,159,200); }
td.TdClassName
{
border-color: #C19FC8;
}
.TagClassName
{
border-color: #C19FC8;
}
</style>