Shades of Lilac #C185C0
Tints of Lilac #C185C0
RGB
CMYK
RGB Variations
Color information
#C185C0 (or 0xC185C0) is known color: Lilac. HEX triplet: C1, 85 and C0. RGB value is (193,133,192). Sum of RGB (Red+Green+Blue) = 193+133+192=518 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.26% from 518); Green value is 133 (52.34% from 255 or 25.68% from 518); Blue value is 192 (75.39% from 255 or 37.07% from 518); Max value from RGB is 193 - color contains mainly: red. Hex color #C185C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C185C0 is #3E7A3F. Grayscale: #9D9D9D. Windows color (decimal): -4094528 or 12617153. OLE color: 12617153.
HSL color Cylindrical-coordinate representation of color #C185C0: hue angle of 301º 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 #C185C0 is Cyan = 0, Magento = 0.31, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 133 | 192 | - |
| CMYK | 0 | 0.31 | 0.01 | 0.24 |
| HSL | 301º | 0.33% | 0.64% | - |
| HSV(B) | 301º | 0.31% | 0.76% | - |
| XYZ | 39.89 | 31.92 | 53.93 | - |
| YUV | 157.67 | 147.38 | 153.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 133 | 192 | 0 | 0.31 | 0.01 | 0.24 | 301 | 0.33 | 0.64 |
| Hex | C1 | 85 | C0 | 0 | 1F | 1 | 18 | 12D | 21 | 40 |
| Octal | 301 | 205 | 300 | 0 | 37 | 1 | 30 | 455 | 41 | 100 |
| Binary | 11000001 | 10000101 | 11000000 | 0 | 11111 | 1 | 11000 | 100101101 | 100001 | 1000000 |
Color Harmonies of #C185C0
Complementary color
Monochromatic Colors of #C185C0
Black with #C185C0
Text Example
Text Example
White with #C185C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C185C0; }
p { color: rgb(193,133,192); }
H1.HeaderClassName
{
color: #C185C0;
}
.AnyTagClassName
{
color: #C185C0;
}
</style>
background-color css
<style>
a { background-color: #C185C0; }
a { background-color: rgb(193,133,192); }
div.DivClassName
{
background-color: #C185C0;
}
.BgClassName
{
background-color: #C185C0;
}
</style>
border-color css
<style>
span { border-color: #C185C0; }
span { border-color: rgb(193,133,192); }
td.TdClassName
{
border-color: #C185C0;
}
.TagClassName
{
border-color: #C185C0;
}
</style>