Shades of Lilac #C185C9
Tints of Lilac #C185C9
RGB
CMYK
RGB Variations
Color information
#C185C9 (or 0xC185C9) is known color: Lilac. HEX triplet: C1, 85 and C9. RGB value is (193,133,201). Sum of RGB (Red+Green+Blue) = 193+133+201=527 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.62% from 527); Green value is 133 (52.34% from 255 or 25.24% from 527); Blue value is 201 (78.91% from 255 or 38.14% from 527); Max value from RGB is 201 - color contains mainly: blue. Hex color #C185C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C185C9 is #3E7A36. Grayscale: #9E9E9E. Windows color (decimal): -4094519 or 13206977. OLE color: 13206977.
HSL color Cylindrical-coordinate representation of color #C185C9: hue angle of 292.94º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C185C9 is Cyan = 0.04, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 193 | 133 | 201 | - |
| CMYK | 0.04 | 0.34 | 0 | 0.21 |
| HSL | 292.94º | 0.39% | 0.65% | - |
| HSV(B) | 292.94º | 0.34% | 0.79% | - |
| XYZ | 40.92 | 32.33 | 59.34 | - |
| YUV | 158.69 | 151.88 | 152.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 133 | 201 | 0.04 | 0.34 | 0 | 0.21 | 292.94 | 0.39 | 0.65 |
| Hex | C1 | 85 | C9 | 4 | 22 | 0 | 15 | 125 | 27 | 41 |
| Octal | 301 | 205 | 311 | 4 | 42 | 0 | 25 | 445 | 47 | 101 |
| Binary | 11000001 | 10000101 | 11001001 | 100 | 100010 | 0 | 10101 | 100100101 | 100111 | 1000001 |
Color Harmonies of #C185C9
Complementary color
Monochromatic Colors of #C185C9
Black with #C185C9
Text Example
Text Example
White with #C185C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C185C9; }
p { color: rgb(193,133,201); }
H1.HeaderClassName
{
color: #C185C9;
}
.AnyTagClassName
{
color: #C185C9;
}
</style>
background-color css
<style>
a { background-color: #C185C9; }
a { background-color: rgb(193,133,201); }
div.DivClassName
{
background-color: #C185C9;
}
.BgClassName
{
background-color: #C185C9;
}
</style>
border-color css
<style>
span { border-color: #C185C9; }
span { border-color: rgb(193,133,201); }
td.TdClassName
{
border-color: #C185C9;
}
.TagClassName
{
border-color: #C185C9;
}
</style>