Shades of Lilac #C08ACC
Tints of Lilac #C08ACC
RGB
CMYK
RGB Variations
Color information
#C08ACC (or 0xC08ACC) is known color: Lilac. HEX triplet: C0, 8A and CC. RGB value is (192,138,204). Sum of RGB (Red+Green+Blue) = 192+138+204=534 (70% of max value = 765). Red value is 192 (75.39% from 255 or 35.96% from 534); Green value is 138 (54.30% from 255 or 25.84% from 534); Blue value is 204 (80.08% from 255 or 38.20% from 534); Max value from RGB is 204 - color contains mainly: blue. Hex color #C08ACC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C08ACC is #3F7533. Grayscale: #A1A1A1. Windows color (decimal): -4158772 or 13404864. OLE color: 13404864.
HSL color Cylindrical-coordinate representation of color #C08ACC: hue angle of 289.09º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C08ACC is Cyan = 0.06, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 192 | 138 | 204 | - |
| CMYK | 0.06 | 0.32 | 0 | 0.2 |
| HSL | 289.09º | 0.39% | 0.67% | - |
| HSV(B) | 289.09º | 0.32% | 0.8% | - |
| XYZ | 41.73 | 33.74 | 61.44 | - |
| YUV | 161.67 | 151.89 | 149.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 138 | 204 | 0.06 | 0.32 | 0 | 0.2 | 289.09 | 0.39 | 0.67 |
| Hex | C0 | 8A | CC | 6 | 20 | 0 | 14 | 121 | 27 | 43 |
| Octal | 300 | 212 | 314 | 6 | 40 | 0 | 24 | 441 | 47 | 103 |
| Binary | 11000000 | 10001010 | 11001100 | 110 | 100000 | 0 | 10100 | 100100001 | 100111 | 1000011 |
Color Harmonies of #C08ACC
Complementary color
Monochromatic Colors of #C08ACC
Black with #C08ACC
Text Example
Text Example
White with #C08ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08ACC; }
p { color: rgb(192,138,204); }
H1.HeaderClassName
{
color: #C08ACC;
}
.AnyTagClassName
{
color: #C08ACC;
}
</style>
background-color css
<style>
a { background-color: #C08ACC; }
a { background-color: rgb(192,138,204); }
div.DivClassName
{
background-color: #C08ACC;
}
.BgClassName
{
background-color: #C08ACC;
}
</style>
border-color css
<style>
span { border-color: #C08ACC; }
span { border-color: rgb(192,138,204); }
td.TdClassName
{
border-color: #C08ACC;
}
.TagClassName
{
border-color: #C08ACC;
}
</style>