Shades of Lilac #C089C2
Tints of Lilac #C089C2
RGB
CMYK
RGB Variations
Color information
#C089C2 (or 0xC089C2) is known color: Lilac. HEX triplet: C0, 89 and C2. RGB value is (192,137,194). Sum of RGB (Red+Green+Blue) = 192+137+194=523 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.71% from 523); Green value is 137 (53.91% from 255 or 26.20% from 523); Blue value is 194 (76.17% from 255 or 37.09% from 523); Max value from RGB is 194 - color contains mainly: blue. Hex color #C089C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C089C2 is #3F763D. Grayscale: #9F9F9F. Windows color (decimal): -4159038 or 12749248. OLE color: 12749248.
HSL color Cylindrical-coordinate representation of color #C089C2: hue angle of 297.89º degrees, saturation: 0.32, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C089C2 is Cyan = 0.01, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 192 | 137 | 194 | - |
| CMYK | 0.01 | 0.29 | 0 | 0.24 |
| HSL | 297.89º | 0.32% | 0.65% | - |
| HSV(B) | 297.89º | 0.29% | 0.76% | - |
| XYZ | 40.42 | 32.99 | 55.28 | - |
| YUV | 159.94 | 147.22 | 150.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 137 | 194 | 0.01 | 0.29 | 0 | 0.24 | 297.89 | 0.32 | 0.65 |
| Hex | C0 | 89 | C2 | 1 | 1D | 0 | 18 | 12A | 20 | 41 |
| Octal | 300 | 211 | 302 | 1 | 35 | 0 | 30 | 452 | 40 | 101 |
| Binary | 11000000 | 10001001 | 11000010 | 1 | 11101 | 0 | 11000 | 100101010 | 100000 | 1000001 |
Color Harmonies of #C089C2
Complementary color
Monochromatic Colors of #C089C2
Black with #C089C2
Text Example
Text Example
White with #C089C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C089C2; }
p { color: rgb(192,137,194); }
H1.HeaderClassName
{
color: #C089C2;
}
.AnyTagClassName
{
color: #C089C2;
}
</style>
background-color css
<style>
a { background-color: #C089C2; }
a { background-color: rgb(192,137,194); }
div.DivClassName
{
background-color: #C089C2;
}
.BgClassName
{
background-color: #C089C2;
}
</style>
border-color css
<style>
span { border-color: #C089C2; }
span { border-color: rgb(192,137,194); }
td.TdClassName
{
border-color: #C089C2;
}
.TagClassName
{
border-color: #C089C2;
}
</style>