Shades of Lilac #C189CC
Tints of Lilac #C189CC
RGB
CMYK
RGB Variations
Color information
#C189CC (or 0xC189CC) is known color: Lilac. HEX triplet: C1, 89 and CC. RGB value is (193,137,204). Sum of RGB (Red+Green+Blue) = 193+137+204=534 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.14% from 534); Green value is 137 (53.91% from 255 or 25.66% from 534); Blue value is 204 (80.08% from 255 or 38.20% from 534); Max value from RGB is 204 - color contains mainly: blue. Hex color #C189CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C189CC is #3E7633. Grayscale: #A1A1A1. Windows color (decimal): -4093492 or 13404609. OLE color: 13404609.
HSL color Cylindrical-coordinate representation of color #C189CC: hue angle of 290.15º 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 #C189CC is Cyan = 0.05, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 193 | 137 | 204 | - |
| CMYK | 0.05 | 0.33 | 0 | 0.2 |
| HSL | 290.15º | 0.4% | 0.67% | - |
| HSV(B) | 290.15º | 0.33% | 0.8% | - |
| XYZ | 41.84 | 33.59 | 61.4 | - |
| YUV | 161.38 | 152.05 | 150.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 137 | 204 | 0.05 | 0.33 | 0 | 0.2 | 290.15 | 0.4 | 0.67 |
| Hex | C1 | 89 | CC | 5 | 21 | 0 | 14 | 122 | 28 | 43 |
| Octal | 301 | 211 | 314 | 5 | 41 | 0 | 24 | 442 | 50 | 103 |
| Binary | 11000001 | 10001001 | 11001100 | 101 | 100001 | 0 | 10100 | 100100010 | 101000 | 1000011 |
Color Harmonies of #C189CC
Complementary color
Monochromatic Colors of #C189CC
Black with #C189CC
Text Example
Text Example
White with #C189CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C189CC; }
p { color: rgb(193,137,204); }
H1.HeaderClassName
{
color: #C189CC;
}
.AnyTagClassName
{
color: #C189CC;
}
</style>
background-color css
<style>
a { background-color: #C189CC; }
a { background-color: rgb(193,137,204); }
div.DivClassName
{
background-color: #C189CC;
}
.BgClassName
{
background-color: #C189CC;
}
</style>
border-color css
<style>
span { border-color: #C189CC; }
span { border-color: rgb(193,137,204); }
td.TdClassName
{
border-color: #C189CC;
}
.TagClassName
{
border-color: #C189CC;
}
</style>