Shades of Lilac #C089C7
Tints of Lilac #C089C7
RGB
CMYK
RGB Variations
Color information
#C089C7 (or 0xC089C7) is known color: Lilac. HEX triplet: C0, 89 and C7. RGB value is (192,137,199). Sum of RGB (Red+Green+Blue) = 192+137+199=528 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.36% from 528); Green value is 137 (53.91% from 255 or 25.95% from 528); Blue value is 199 (78.12% from 255 or 37.69% from 528); Max value from RGB is 199 - color contains mainly: blue. Hex color #C089C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C089C7 is #3F7638. Grayscale: #A0A0A0. Windows color (decimal): -4159033 or 13076928. OLE color: 13076928.
HSL color Cylindrical-coordinate representation of color #C089C7: hue angle of 293.23º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C089C7 is Cyan = 0.04, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 192 | 137 | 199 | - |
| CMYK | 0.04 | 0.31 | 0 | 0.22 |
| HSL | 293.23º | 0.36% | 0.66% | - |
| HSV(B) | 293.23º | 0.31% | 0.78% | - |
| XYZ | 40.99 | 33.22 | 58.28 | - |
| YUV | 160.51 | 149.72 | 150.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 137 | 199 | 0.04 | 0.31 | 0 | 0.22 | 293.23 | 0.36 | 0.66 |
| Hex | C0 | 89 | C7 | 4 | 1F | 0 | 16 | 125 | 24 | 42 |
| Octal | 300 | 211 | 307 | 4 | 37 | 0 | 26 | 445 | 44 | 102 |
| Binary | 11000000 | 10001001 | 11000111 | 100 | 11111 | 0 | 10110 | 100100101 | 100100 | 1000010 |
Color Harmonies of #C089C7
Complementary color
Monochromatic Colors of #C089C7
Black with #C089C7
Text Example
Text Example
White with #C089C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C089C7; }
p { color: rgb(192,137,199); }
H1.HeaderClassName
{
color: #C089C7;
}
.AnyTagClassName
{
color: #C089C7;
}
</style>
background-color css
<style>
a { background-color: #C089C7; }
a { background-color: rgb(192,137,199); }
div.DivClassName
{
background-color: #C089C7;
}
.BgClassName
{
background-color: #C089C7;
}
</style>
border-color css
<style>
span { border-color: #C089C7; }
span { border-color: rgb(192,137,199); }
td.TdClassName
{
border-color: #C089C7;
}
.TagClassName
{
border-color: #C089C7;
}
</style>