Shades of Lilac #C189CD
Tints of Lilac #C189CD
RGB
CMYK
RGB Variations
Color information
#C189CD (or 0xC189CD) is known color: Lilac. HEX triplet: C1, 89 and CD. RGB value is (193,137,205). Sum of RGB (Red+Green+Blue) = 193+137+205=535 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.07% from 535); Green value is 137 (53.91% from 255 or 25.61% from 535); Blue value is 205 (80.47% from 255 or 38.32% from 535); Max value from RGB is 205 - color contains mainly: blue. Hex color #C189CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C189CD is #3E7632. Grayscale: #A1A1A1. Windows color (decimal): -4093491 or 13470145. OLE color: 13470145.
HSL color Cylindrical-coordinate representation of color #C189CD: hue angle of 289.41º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C189CD is Cyan = 0.06, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 193 | 137 | 205 | - |
| CMYK | 0.06 | 0.33 | 0 | 0.20 |
| HSL | 289.41º | 0.4% | 0.67% | - |
| HSV(B) | 289.41º | 0.33% | 0.8% | - |
| XYZ | 41.96 | 33.64 | 62.04 | - |
| YUV | 161.5 | 152.55 | 150.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 137 | 205 | 0.06 | 0.33 | 0 | 0.20 | 289.41 | 0.4 | 0.67 |
| Hex | C1 | 89 | CD | 6 | 21 | 0 | 14 | 121 | 28 | 43 |
| Octal | 301 | 211 | 315 | 6 | 41 | 0 | 24 | 441 | 50 | 103 |
| Binary | 11000001 | 10001001 | 11001101 | 110 | 100001 | 0 | 10100 | 100100001 | 101000 | 1000011 |
Color Harmonies of #C189CD
Complementary color
Monochromatic Colors of #C189CD
Black with #C189CD
Text Example
Text Example
White with #C189CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C189CD; }
p { color: rgb(193,137,205); }
H1.HeaderClassName
{
color: #C189CD;
}
.AnyTagClassName
{
color: #C189CD;
}
</style>
background-color css
<style>
a { background-color: #C189CD; }
a { background-color: rgb(193,137,205); }
div.DivClassName
{
background-color: #C189CD;
}
.BgClassName
{
background-color: #C189CD;
}
</style>
border-color css
<style>
span { border-color: #C189CD; }
span { border-color: rgb(193,137,205); }
td.TdClassName
{
border-color: #C189CD;
}
.TagClassName
{
border-color: #C189CD;
}
</style>