Shades of Lilac #C195C0
Tints of Lilac #C195C0
RGB
CMYK
RGB Variations
Color information
#C195C0 (or 0xC195C0) is known color: Lilac. HEX triplet: C1, 95 and C0. RGB value is (193,149,192). Sum of RGB (Red+Green+Blue) = 193+149+192=534 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.14% from 534); Green value is 149 (58.59% from 255 or 27.90% from 534); Blue value is 192 (75.39% from 255 or 35.96% from 534); Max value from RGB is 193 - color contains mainly: red. Hex color #C195C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C195C0 is #3E6A3F. Grayscale: #A6A6A6. Windows color (decimal): -4090432 or 12621249. OLE color: 12621249.
HSL color Cylindrical-coordinate representation of color #C195C0: hue angle of 301.36º degrees, saturation: 0.26, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C195C0 is Cyan = 0, Magento = 0.23, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 149 | 192 | - |
| CMYK | 0 | 0.23 | 0.01 | 0.24 |
| HSL | 301.36º | 0.26% | 0.67% | - |
| HSV(B) | 301.36º | 0.23% | 0.76% | - |
| XYZ | 42.25 | 36.64 | 54.71 | - |
| YUV | 167.06 | 142.08 | 146.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 149 | 192 | 0 | 0.23 | 0.01 | 0.24 | 301.36 | 0.26 | 0.67 |
| Hex | C1 | 95 | C0 | 0 | 17 | 1 | 18 | 12D | 1A | 43 |
| Octal | 301 | 225 | 300 | 0 | 27 | 1 | 30 | 455 | 32 | 103 |
| Binary | 11000001 | 10010101 | 11000000 | 0 | 10111 | 1 | 11000 | 100101101 | 11010 | 1000011 |
Color Harmonies of #C195C0
Complementary color
Monochromatic Colors of #C195C0
Black with #C195C0
Text Example
Text Example
White with #C195C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C195C0; }
p { color: rgb(193,149,192); }
H1.HeaderClassName
{
color: #C195C0;
}
.AnyTagClassName
{
color: #C195C0;
}
</style>
background-color css
<style>
a { background-color: #C195C0; }
a { background-color: rgb(193,149,192); }
div.DivClassName
{
background-color: #C195C0;
}
.BgClassName
{
background-color: #C195C0;
}
</style>
border-color css
<style>
span { border-color: #C195C0; }
span { border-color: rgb(193,149,192); }
td.TdClassName
{
border-color: #C195C0;
}
.TagClassName
{
border-color: #C195C0;
}
</style>