Shades of Lilac #C089CC
Tints of Lilac #C089CC
RGB
CMYK
RGB Variations
Color information
#C089CC (or 0xC089CC) is known color: Lilac. HEX triplet: C0, 89 and CC. RGB value is (192,137,204). Sum of RGB (Red+Green+Blue) = 192+137+204=533 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.02% from 533); Green value is 137 (53.91% from 255 or 25.70% from 533); Blue value is 204 (80.08% from 255 or 38.27% from 533); Max value from RGB is 204 - color contains mainly: blue. Hex color #C089CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C089CC is #3F7633. Grayscale: #A0A0A0. Windows color (decimal): -4159028 or 13404608. OLE color: 13404608.
HSL color Cylindrical-coordinate representation of color #C089CC: hue angle of 289.25º 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 #C089CC is Cyan = 0.06, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 192 | 137 | 204 | - |
| CMYK | 0.06 | 0.33 | 0 | 0.2 |
| HSL | 289.25º | 0.4% | 0.67% | - |
| HSV(B) | 289.25º | 0.33% | 0.8% | - |
| XYZ | 41.58 | 33.46 | 61.39 | - |
| YUV | 161.08 | 152.22 | 150.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 137 | 204 | 0.06 | 0.33 | 0 | 0.2 | 289.25 | 0.4 | 0.67 |
| Hex | C0 | 89 | CC | 6 | 21 | 0 | 14 | 121 | 28 | 43 |
| Octal | 300 | 211 | 314 | 6 | 41 | 0 | 24 | 441 | 50 | 103 |
| Binary | 11000000 | 10001001 | 11001100 | 110 | 100001 | 0 | 10100 | 100100001 | 101000 | 1000011 |
Color Harmonies of #C089CC
Complementary color
Monochromatic Colors of #C089CC
Black with #C089CC
Text Example
Text Example
White with #C089CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C089CC; }
p { color: rgb(192,137,204); }
H1.HeaderClassName
{
color: #C089CC;
}
.AnyTagClassName
{
color: #C089CC;
}
</style>
background-color css
<style>
a { background-color: #C089CC; }
a { background-color: rgb(192,137,204); }
div.DivClassName
{
background-color: #C089CC;
}
.BgClassName
{
background-color: #C089CC;
}
</style>
border-color css
<style>
span { border-color: #C089CC; }
span { border-color: rgb(192,137,204); }
td.TdClassName
{
border-color: #C089CC;
}
.TagClassName
{
border-color: #C089CC;
}
</style>