Shades of Lilac #C185BF
Tints of Lilac #C185BF
RGB
CMYK
RGB Variations
Color information
#C185BF (or 0xC185BF) is known color: Lilac. HEX triplet: C1, 85 and BF. RGB value is (193,133,191). Sum of RGB (Red+Green+Blue) = 193+133+191=517 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.33% from 517); Green value is 133 (52.34% from 255 or 25.73% from 517); Blue value is 191 (75% from 255 or 36.94% from 517); Max value from RGB is 193 - color contains mainly: red. Hex color #C185BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C185BF is #3E7A40. Grayscale: #9D9D9D. Windows color (decimal): -4094529 or 12551617. OLE color: 12551617.
HSL color Cylindrical-coordinate representation of color #C185BF: hue angle of 302º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C185BF is Cyan = 0, Magento = 0.31, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 133 | 191 | - |
| CMYK | 0 | 0.31 | 0.01 | 0.24 |
| HSL | 302º | 0.33% | 0.64% | - |
| HSV(B) | 302º | 0.31% | 0.76% | - |
| XYZ | 39.78 | 31.87 | 53.35 | - |
| YUV | 157.55 | 146.88 | 153.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 133 | 191 | 0 | 0.31 | 0.01 | 0.24 | 302 | 0.33 | 0.64 |
| Hex | C1 | 85 | BF | 0 | 1F | 1 | 18 | 12E | 21 | 40 |
| Octal | 301 | 205 | 277 | 0 | 37 | 1 | 30 | 456 | 41 | 100 |
| Binary | 11000001 | 10000101 | 10111111 | 0 | 11111 | 1 | 11000 | 100101110 | 100001 | 1000000 |
Color Harmonies of #C185BF
Complementary color
Monochromatic Colors of #C185BF
Black with #C185BF
Text Example
Text Example
White with #C185BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C185BF; }
p { color: rgb(193,133,191); }
H1.HeaderClassName
{
color: #C185BF;
}
.AnyTagClassName
{
color: #C185BF;
}
</style>
background-color css
<style>
a { background-color: #C185BF; }
a { background-color: rgb(193,133,191); }
div.DivClassName
{
background-color: #C185BF;
}
.BgClassName
{
background-color: #C185BF;
}
</style>
border-color css
<style>
span { border-color: #C185BF; }
span { border-color: rgb(193,133,191); }
td.TdClassName
{
border-color: #C185BF;
}
.TagClassName
{
border-color: #C185BF;
}
</style>