Shades of Lilac #C08ACA
Tints of Lilac #C08ACA
RGB
CMYK
RGB Variations
Color information
#C08ACA (or 0xC08ACA) is known color: Lilac. HEX triplet: C0, 8A and CA. RGB value is (192,138,202). Sum of RGB (Red+Green+Blue) = 192+138+202=532 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.09% from 532); Green value is 138 (54.30% from 255 or 25.94% from 532); Blue value is 202 (79.30% from 255 or 37.97% from 532); Max value from RGB is 202 - color contains mainly: blue. Hex color #C08ACA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C08ACA is #3F7535. Grayscale: #A1A1A1. Windows color (decimal): -4158774 or 13273792. OLE color: 13273792.
HSL color Cylindrical-coordinate representation of color #C08ACA: hue angle of 290.62º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C08ACA is Cyan = 0.05, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 192 | 138 | 202 | - |
| CMYK | 0.05 | 0.32 | 0 | 0.21 |
| HSL | 290.63º | 0.38% | 0.67% | - |
| HSV(B) | 290.63º | 0.32% | 0.79% | - |
| XYZ | 41.49 | 33.65 | 60.19 | - |
| YUV | 161.44 | 150.89 | 149.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 138 | 202 | 0.05 | 0.32 | 0 | 0.21 | 290.63 | 0.38 | 0.67 |
| Hex | C0 | 8A | CA | 5 | 20 | 0 | 15 | 123 | 26 | 43 |
| Octal | 300 | 212 | 312 | 5 | 40 | 0 | 25 | 443 | 46 | 103 |
| Binary | 11000000 | 10001010 | 11001010 | 101 | 100000 | 0 | 10101 | 100100011 | 100110 | 1000011 |
Color Harmonies of #C08ACA
Complementary color
Monochromatic Colors of #C08ACA
Black with #C08ACA
Text Example
Text Example
White with #C08ACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08ACA; }
p { color: rgb(192,138,202); }
H1.HeaderClassName
{
color: #C08ACA;
}
.AnyTagClassName
{
color: #C08ACA;
}
</style>
background-color css
<style>
a { background-color: #C08ACA; }
a { background-color: rgb(192,138,202); }
div.DivClassName
{
background-color: #C08ACA;
}
.BgClassName
{
background-color: #C08ACA;
}
</style>
border-color css
<style>
span { border-color: #C08ACA; }
span { border-color: rgb(192,138,202); }
td.TdClassName
{
border-color: #C08ACA;
}
.TagClassName
{
border-color: #C08ACA;
}
</style>