Shades of Lilac #C195BF
Tints of Lilac #C195BF
RGB
CMYK
RGB Variations
Color information
#C195BF (or 0xC195BF) is known color: Lilac. HEX triplet: C1, 95 and BF. RGB value is (193,149,191). Sum of RGB (Red+Green+Blue) = 193+149+191=533 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.21% from 533); Green value is 149 (58.59% from 255 or 27.95% from 533); Blue value is 191 (75% from 255 or 35.83% from 533); Max value from RGB is 193 - color contains mainly: red. Hex color #C195BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C195BF is #3E6A40. Grayscale: #A6A6A6. Windows color (decimal): -4090433 or 12555713. OLE color: 12555713.
HSL color Cylindrical-coordinate representation of color #C195BF: hue angle of 302.73º 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 #C195BF is Cyan = 0, Magento = 0.23, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 149 | 191 | - |
| CMYK | 0 | 0.23 | 0.01 | 0.24 |
| HSL | 302.73º | 0.26% | 0.67% | - |
| HSV(B) | 302.73º | 0.23% | 0.76% | - |
| XYZ | 42.14 | 36.59 | 54.13 | - |
| YUV | 166.94 | 141.58 | 146.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 149 | 191 | 0 | 0.23 | 0.01 | 0.24 | 302.73 | 0.26 | 0.67 |
| Hex | C1 | 95 | BF | 0 | 17 | 1 | 18 | 12F | 1A | 43 |
| Octal | 301 | 225 | 277 | 0 | 27 | 1 | 30 | 457 | 32 | 103 |
| Binary | 11000001 | 10010101 | 10111111 | 0 | 10111 | 1 | 11000 | 100101111 | 11010 | 1000011 |
Color Harmonies of #C195BF
Complementary color
Monochromatic Colors of #C195BF
Black with #C195BF
Text Example
Text Example
White with #C195BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C195BF; }
p { color: rgb(193,149,191); }
H1.HeaderClassName
{
color: #C195BF;
}
.AnyTagClassName
{
color: #C195BF;
}
</style>
background-color css
<style>
a { background-color: #C195BF; }
a { background-color: rgb(193,149,191); }
div.DivClassName
{
background-color: #C195BF;
}
.BgClassName
{
background-color: #C195BF;
}
</style>
border-color css
<style>
span { border-color: #C195BF; }
span { border-color: rgb(193,149,191); }
td.TdClassName
{
border-color: #C195BF;
}
.TagClassName
{
border-color: #C195BF;
}
</style>