Shades of Lilac #C199BD
Tints of Lilac #C199BD
RGB
CMYK
RGB Variations
Color information
#C199BD (or 0xC199BD) is known color: Lilac. HEX triplet: C1, 99 and BD. RGB value is (193,153,189). Sum of RGB (Red+Green+Blue) = 193+153+189=535 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.07% from 535); Green value is 153 (60.16% from 255 or 28.60% from 535); Blue value is 189 (74.22% from 255 or 35.33% from 535); Max value from RGB is 193 - color contains mainly: red. Hex color #C199BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C199BD is #3E6642. Grayscale: #A8A8A8. Windows color (decimal): -4089411 or 12425665. OLE color: 12425665.
HSL color Cylindrical-coordinate representation of color #C199BD: hue angle of 306º degrees, saturation: 0.24, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C199BD is Cyan = 0, Magento = 0.21, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 153 | 189 | - |
| CMYK | 0 | 0.21 | 0.02 | 0.24 |
| HSL | 306º | 0.24% | 0.68% | - |
| HSV(B) | 306º | 0.21% | 0.76% | - |
| XYZ | 42.57 | 37.79 | 53.2 | - |
| YUV | 169.06 | 139.25 | 145.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 153 | 189 | 0 | 0.21 | 0.02 | 0.24 | 306 | 0.24 | 0.68 |
| Hex | C1 | 99 | BD | 0 | 15 | 2 | 18 | 132 | 18 | 44 |
| Octal | 301 | 231 | 275 | 0 | 25 | 2 | 30 | 462 | 30 | 104 |
| Binary | 11000001 | 10011001 | 10111101 | 0 | 10101 | 10 | 11000 | 100110010 | 11000 | 1000100 |
Color Harmonies of #C199BD
Complementary color
Monochromatic Colors of #C199BD
Black with #C199BD
Text Example
Text Example
White with #C199BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C199BD; }
p { color: rgb(193,153,189); }
H1.HeaderClassName
{
color: #C199BD;
}
.AnyTagClassName
{
color: #C199BD;
}
</style>
background-color css
<style>
a { background-color: #C199BD; }
a { background-color: rgb(193,153,189); }
div.DivClassName
{
background-color: #C199BD;
}
.BgClassName
{
background-color: #C199BD;
}
</style>
border-color css
<style>
span { border-color: #C199BD; }
span { border-color: rgb(193,153,189); }
td.TdClassName
{
border-color: #C199BD;
}
.TagClassName
{
border-color: #C199BD;
}
</style>