Shades of Lilac #C195BD
Tints of Lilac #C195BD
RGB
CMYK
RGB Variations
Color information
#C195BD (or 0xC195BD) is known color: Lilac. HEX triplet: C1, 95 and BD. RGB value is (193,149,189). Sum of RGB (Red+Green+Blue) = 193+149+189=531 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.35% from 531); Green value is 149 (58.59% from 255 or 28.06% from 531); Blue value is 189 (74.22% from 255 or 35.59% from 531); Max value from RGB is 193 - color contains mainly: red. Hex color #C195BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C195BD is #3E6A42. Grayscale: #A6A6A6. Windows color (decimal): -4090435 or 12424641. OLE color: 12424641.
HSL color Cylindrical-coordinate representation of color #C195BD: hue angle of 305.45º 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 #C195BD is Cyan = 0, Magento = 0.23, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 149 | 189 | - |
| CMYK | 0 | 0.23 | 0.02 | 0.24 |
| HSL | 305.45º | 0.26% | 0.67% | - |
| HSV(B) | 305.45º | 0.23% | 0.76% | - |
| XYZ | 41.93 | 36.51 | 52.98 | - |
| YUV | 166.72 | 140.58 | 146.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 149 | 189 | 0 | 0.23 | 0.02 | 0.24 | 305.45 | 0.26 | 0.67 |
| Hex | C1 | 95 | BD | 0 | 17 | 2 | 18 | 131 | 1A | 43 |
| Octal | 301 | 225 | 275 | 0 | 27 | 2 | 30 | 461 | 32 | 103 |
| Binary | 11000001 | 10010101 | 10111101 | 0 | 10111 | 10 | 11000 | 100110001 | 11010 | 1000011 |
Color Harmonies of #C195BD
Complementary color
Monochromatic Colors of #C195BD
Black with #C195BD
Text Example
Text Example
White with #C195BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C195BD; }
p { color: rgb(193,149,189); }
H1.HeaderClassName
{
color: #C195BD;
}
.AnyTagClassName
{
color: #C195BD;
}
</style>
background-color css
<style>
a { background-color: #C195BD; }
a { background-color: rgb(193,149,189); }
div.DivClassName
{
background-color: #C195BD;
}
.BgClassName
{
background-color: #C195BD;
}
</style>
border-color css
<style>
span { border-color: #C195BD; }
span { border-color: rgb(193,149,189); }
td.TdClassName
{
border-color: #C195BD;
}
.TagClassName
{
border-color: #C195BD;
}
</style>