Shades of Lilac #C095C0
Tints of Lilac #C095C0
RGB
CMYK
RGB Variations
Color information
#C095C0 (or 0xC095C0) is known color: Lilac. HEX triplet: C0, 95 and C0. RGB value is (192,149,192). Sum of RGB (Red+Green+Blue) = 192+149+192=533 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.02% from 533); Green value is 149 (58.59% from 255 or 27.95% from 533); Blue value is 192 (75.39% from 255 or 36.02% from 533); Max value from RGB is 192 - color contains mainly: red, blue. Hex color #C095C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C095C0 is #3F6A3F. Grayscale: #A6A6A6. Windows color (decimal): -4155968 or 12621248. OLE color: 12621248.
HSL color Cylindrical-coordinate representation of color #C095C0: hue angle of 300º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C095C0 is Cyan = 0, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 149 | 192 | - |
| CMYK | 0 | 0.22 | 0 | 0.25 |
| HSL | 300º | 0.25% | 0.67% | - |
| HSV(B) | 300º | 0.22% | 0.75% | - |
| XYZ | 42 | 36.51 | 54.7 | - |
| YUV | 166.76 | 142.25 | 146 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 149 | 192 | 0 | 0.22 | 0 | 0.25 | 300 | 0.25 | 0.67 |
| Hex | C0 | 95 | C0 | 0 | 16 | 0 | 19 | 12C | 19 | 43 |
| Octal | 300 | 225 | 300 | 0 | 26 | 0 | 31 | 454 | 31 | 103 |
| Binary | 11000000 | 10010101 | 11000000 | 0 | 10110 | 0 | 11001 | 100101100 | 11001 | 1000011 |
Color Harmonies of #C095C0
Complementary color
Monochromatic Colors of #C095C0
Black with #C095C0
Text Example
Text Example
White with #C095C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C095C0; }
p { color: rgb(192,149,192); }
H1.HeaderClassName
{
color: #C095C0;
}
.AnyTagClassName
{
color: #C095C0;
}
</style>
background-color css
<style>
a { background-color: #C095C0; }
a { background-color: rgb(192,149,192); }
div.DivClassName
{
background-color: #C095C0;
}
.BgClassName
{
background-color: #C095C0;
}
</style>
border-color css
<style>
span { border-color: #C095C0; }
span { border-color: rgb(192,149,192); }
td.TdClassName
{
border-color: #C095C0;
}
.TagClassName
{
border-color: #C095C0;
}
</style>