Shades of Lilac #C184BF
Tints of Lilac #C184BF
RGB
CMYK
RGB Variations
Color information
#C184BF (or 0xC184BF) is known color: Lilac. HEX triplet: C1, 84 and BF. RGB value is (193,132,191). Sum of RGB (Red+Green+Blue) = 193+132+191=516 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.40% from 516); Green value is 132 (51.95% from 255 or 25.58% from 516); Blue value is 191 (75% from 255 or 37.02% from 516); Max value from RGB is 193 - color contains mainly: red. Hex color #C184BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C184BF is #3E7B40. Grayscale: #9C9C9C. Windows color (decimal): -4094785 or 12551361. OLE color: 12551361.
HSL color Cylindrical-coordinate representation of color #C184BF: hue angle of 301.97º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C184BF is Cyan = 0, Magento = 0.32, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 132 | 191 | - |
| CMYK | 0 | 0.32 | 0.01 | 0.24 |
| HSL | 301.97º | 0.33% | 0.64% | - |
| HSV(B) | 301.97º | 0.32% | 0.76% | - |
| XYZ | 39.65 | 31.6 | 53.3 | - |
| YUV | 156.97 | 147.21 | 153.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 132 | 191 | 0 | 0.32 | 0.01 | 0.24 | 301.97 | 0.33 | 0.64 |
| Hex | C1 | 84 | BF | 0 | 20 | 1 | 18 | 12E | 21 | 40 |
| Octal | 301 | 204 | 277 | 0 | 40 | 1 | 30 | 456 | 41 | 100 |
| Binary | 11000001 | 10000100 | 10111111 | 0 | 100000 | 1 | 11000 | 100101110 | 100001 | 1000000 |
Color Harmonies of #C184BF
Complementary color
Monochromatic Colors of #C184BF
Black with #C184BF
Text Example
Text Example
White with #C184BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C184BF; }
p { color: rgb(193,132,191); }
H1.HeaderClassName
{
color: #C184BF;
}
.AnyTagClassName
{
color: #C184BF;
}
</style>
background-color css
<style>
a { background-color: #C184BF; }
a { background-color: rgb(193,132,191); }
div.DivClassName
{
background-color: #C184BF;
}
.BgClassName
{
background-color: #C184BF;
}
</style>
border-color css
<style>
span { border-color: #C184BF; }
span { border-color: rgb(193,132,191); }
td.TdClassName
{
border-color: #C184BF;
}
.TagClassName
{
border-color: #C184BF;
}
</style>