Shades of Lilac #C183BF
Tints of Lilac #C183BF
RGB
CMYK
RGB Variations
Color information
#C183BF (or 0xC183BF) is known color: Lilac. HEX triplet: C1, 83 and BF. RGB value is (193,131,191). Sum of RGB (Red+Green+Blue) = 193+131+191=515 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.48% from 515); Green value is 131 (51.56% from 255 or 25.44% from 515); Blue value is 191 (75% from 255 or 37.09% from 515); Max value from RGB is 193 - color contains mainly: red. Hex color #C183BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C183BF is #3E7C40. Grayscale: #9C9C9C. Windows color (decimal): -4095041 or 12551105. OLE color: 12551105.
HSL color Cylindrical-coordinate representation of color #C183BF: hue angle of 301.94º 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 #C183BF is Cyan = 0, Magento = 0.32, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 131 | 191 | - |
| CMYK | 0 | 0.32 | 0.01 | 0.24 |
| HSL | 301.94º | 0.33% | 0.64% | - |
| HSV(B) | 301.94º | 0.32% | 0.76% | - |
| XYZ | 39.51 | 31.33 | 53.26 | - |
| YUV | 156.38 | 147.54 | 154.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 131 | 191 | 0 | 0.32 | 0.01 | 0.24 | 301.94 | 0.33 | 0.64 |
| Hex | C1 | 83 | BF | 0 | 20 | 1 | 18 | 12E | 21 | 40 |
| Octal | 301 | 203 | 277 | 0 | 40 | 1 | 30 | 456 | 41 | 100 |
| Binary | 11000001 | 10000011 | 10111111 | 0 | 100000 | 1 | 11000 | 100101110 | 100001 | 1000000 |
Color Harmonies of #C183BF
Complementary color
Monochromatic Colors of #C183BF
Black with #C183BF
Text Example
Text Example
White with #C183BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C183BF; }
p { color: rgb(193,131,191); }
H1.HeaderClassName
{
color: #C183BF;
}
.AnyTagClassName
{
color: #C183BF;
}
</style>
background-color css
<style>
a { background-color: #C183BF; }
a { background-color: rgb(193,131,191); }
div.DivClassName
{
background-color: #C183BF;
}
.BgClassName
{
background-color: #C183BF;
}
</style>
border-color css
<style>
span { border-color: #C183BF; }
span { border-color: rgb(193,131,191); }
td.TdClassName
{
border-color: #C183BF;
}
.TagClassName
{
border-color: #C183BF;
}
</style>