Shades of Lilac #C08AC8
Tints of Lilac #C08AC8
RGB
CMYK
RGB Variations
Color information
#C08AC8 (or 0xC08AC8) is known color: Lilac. HEX triplet: C0, 8A and C8. RGB value is (192,138,200). Sum of RGB (Red+Green+Blue) = 192+138+200=530 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.23% from 530); Green value is 138 (54.30% from 255 or 26.04% from 530); Blue value is 200 (78.52% from 255 or 37.74% from 530); Max value from RGB is 200 - color contains mainly: blue. Hex color #C08AC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C08AC8 is #3F7537. Grayscale: #A1A1A1. Windows color (decimal): -4158776 or 13142720. OLE color: 13142720.
HSL color Cylindrical-coordinate representation of color #C08AC8: hue angle of 292.26º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C08AC8 is Cyan = 0.04, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 192 | 138 | 200 | - |
| CMYK | 0.04 | 0.31 | 0 | 0.22 |
| HSL | 292.26º | 0.36% | 0.66% | - |
| HSV(B) | 292.26º | 0.31% | 0.78% | - |
| XYZ | 41.25 | 33.55 | 58.95 | - |
| YUV | 161.21 | 149.89 | 149.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 138 | 200 | 0.04 | 0.31 | 0 | 0.22 | 292.26 | 0.36 | 0.66 |
| Hex | C0 | 8A | C8 | 4 | 1F | 0 | 16 | 124 | 24 | 42 |
| Octal | 300 | 212 | 310 | 4 | 37 | 0 | 26 | 444 | 44 | 102 |
| Binary | 11000000 | 10001010 | 11001000 | 100 | 11111 | 0 | 10110 | 100100100 | 100100 | 1000010 |
Color Harmonies of #C08AC8
Complementary color
Monochromatic Colors of #C08AC8
Black with #C08AC8
Text Example
Text Example
White with #C08AC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08AC8; }
p { color: rgb(192,138,200); }
H1.HeaderClassName
{
color: #C08AC8;
}
.AnyTagClassName
{
color: #C08AC8;
}
</style>
background-color css
<style>
a { background-color: #C08AC8; }
a { background-color: rgb(192,138,200); }
div.DivClassName
{
background-color: #C08AC8;
}
.BgClassName
{
background-color: #C08AC8;
}
</style>
border-color css
<style>
span { border-color: #C08AC8; }
span { border-color: rgb(192,138,200); }
td.TdClassName
{
border-color: #C08AC8;
}
.TagClassName
{
border-color: #C08AC8;
}
</style>