Shades of Lilac #C08AC1
Tints of Lilac #C08AC1
RGB
CMYK
RGB Variations
Color information
#C08AC1 (or 0xC08AC1) is known color: Lilac. HEX triplet: C0, 8A and C1. RGB value is (192,138,193). Sum of RGB (Red+Green+Blue) = 192+138+193=523 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.71% from 523); Green value is 138 (54.30% from 255 or 26.39% from 523); Blue value is 193 (75.78% from 255 or 36.90% from 523); Max value from RGB is 193 - color contains mainly: blue. Hex color #C08AC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C08AC1 is #3F753E. Grayscale: #A0A0A0. Windows color (decimal): -4158783 or 12683968. OLE color: 12683968.
HSL color Cylindrical-coordinate representation of color #C08AC1: hue angle of 298.91º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C08AC1 is Cyan = 0.01, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 192 | 138 | 193 | - |
| CMYK | 0.01 | 0.28 | 0 | 0.24 |
| HSL | 298.91º | 0.31% | 0.65% | - |
| HSV(B) | 298.91º | 0.28% | 0.76% | - |
| XYZ | 40.45 | 33.23 | 54.73 | - |
| YUV | 160.42 | 146.39 | 150.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 138 | 193 | 0.01 | 0.28 | 0 | 0.24 | 298.91 | 0.31 | 0.65 |
| Hex | C0 | 8A | C1 | 1 | 1C | 0 | 18 | 12B | 1F | 41 |
| Octal | 300 | 212 | 301 | 1 | 34 | 0 | 30 | 453 | 37 | 101 |
| Binary | 11000000 | 10001010 | 11000001 | 1 | 11100 | 0 | 11000 | 100101011 | 11111 | 1000001 |
Color Harmonies of #C08AC1
Complementary color
Monochromatic Colors of #C08AC1
Black with #C08AC1
Text Example
Text Example
White with #C08AC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08AC1; }
p { color: rgb(192,138,193); }
H1.HeaderClassName
{
color: #C08AC1;
}
.AnyTagClassName
{
color: #C08AC1;
}
</style>
background-color css
<style>
a { background-color: #C08AC1; }
a { background-color: rgb(192,138,193); }
div.DivClassName
{
background-color: #C08AC1;
}
.BgClassName
{
background-color: #C08AC1;
}
</style>
border-color css
<style>
span { border-color: #C08AC1; }
span { border-color: rgb(192,138,193); }
td.TdClassName
{
border-color: #C08AC1;
}
.TagClassName
{
border-color: #C08AC1;
}
</style>