Shades of Lilac #C080C6
Tints of Lilac #C080C6
RGB
CMYK
RGB Variations
Color information
#C080C6 (or 0xC080C6) is known color: Lilac. HEX triplet: C0, 80 and C6. RGB value is (192,128,198). Sum of RGB (Red+Green+Blue) = 192+128+198=518 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.07% from 518); Green value is 128 (50.39% from 255 or 24.71% from 518); Blue value is 198 (77.73% from 255 or 38.22% from 518); Max value from RGB is 198 - color contains mainly: blue. Hex color #C080C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C080C6 is #3F7F39. Grayscale: #9A9A9A. Windows color (decimal): -4161338 or 13009088. OLE color: 13009088.
HSL color Cylindrical-coordinate representation of color #C080C6: hue angle of 294.86º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C080C6 is Cyan = 0.03, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 192 | 128 | 198 | - |
| CMYK | 0.03 | 0.35 | 0 | 0.22 |
| HSL | 294.86º | 0.38% | 0.64% | - |
| HSV(B) | 294.86º | 0.35% | 0.78% | - |
| XYZ | 39.65 | 30.72 | 57.27 | - |
| YUV | 155.12 | 152.2 | 154.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 128 | 198 | 0.03 | 0.35 | 0 | 0.22 | 294.86 | 0.38 | 0.64 |
| Hex | C0 | 80 | C6 | 3 | 23 | 0 | 16 | 127 | 26 | 40 |
| Octal | 300 | 200 | 306 | 3 | 43 | 0 | 26 | 447 | 46 | 100 |
| Binary | 11000000 | 10000000 | 11000110 | 11 | 100011 | 0 | 10110 | 100100111 | 100110 | 1000000 |
Color Harmonies of #C080C6
Complementary color
Monochromatic Colors of #C080C6
Black with #C080C6
Text Example
Text Example
White with #C080C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C080C6; }
p { color: rgb(192,128,198); }
H1.HeaderClassName
{
color: #C080C6;
}
.AnyTagClassName
{
color: #C080C6;
}
</style>
background-color css
<style>
a { background-color: #C080C6; }
a { background-color: rgb(192,128,198); }
div.DivClassName
{
background-color: #C080C6;
}
.BgClassName
{
background-color: #C080C6;
}
</style>
border-color css
<style>
span { border-color: #C080C6; }
span { border-color: rgb(192,128,198); }
td.TdClassName
{
border-color: #C080C6;
}
.TagClassName
{
border-color: #C080C6;
}
</style>