Shades of Lilac #C28AC6
Tints of Lilac #C28AC6
RGB
CMYK
RGB Variations
Color information
#C28AC6 (or 0xC28AC6) is known color: Lilac. HEX triplet: C2, 8A and C6. RGB value is (194,138,198). Sum of RGB (Red+Green+Blue) = 194+138+198=530 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.60% from 530); Green value is 138 (54.30% from 255 or 26.04% from 530); Blue value is 198 (77.73% from 255 or 37.36% from 530); Max value from RGB is 198 - color contains mainly: blue. Hex color #C28AC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C28AC6 is #3D7539. Grayscale: #A1A1A1. Windows color (decimal): -4027706 or 13011650. OLE color: 13011650.
HSL color Cylindrical-coordinate representation of color #C28AC6: hue angle of 296º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C28AC6 is Cyan = 0.02, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 194 | 138 | 198 | - |
| CMYK | 0.02 | 0.30 | 0 | 0.22 |
| HSL | 296º | 0.34% | 0.66% | - |
| HSV(B) | 296º | 0.3% | 0.78% | - |
| XYZ | 41.53 | 33.72 | 57.75 | - |
| YUV | 161.58 | 148.55 | 151.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 138 | 198 | 0.02 | 0.30 | 0 | 0.22 | 296 | 0.34 | 0.66 |
| Hex | C2 | 8A | C6 | 2 | 1E | 0 | 16 | 128 | 22 | 42 |
| Octal | 302 | 212 | 306 | 2 | 36 | 0 | 26 | 450 | 42 | 102 |
| Binary | 11000010 | 10001010 | 11000110 | 10 | 11110 | 0 | 10110 | 100101000 | 100010 | 1000010 |
Color Harmonies of #C28AC6
Complementary color
Monochromatic Colors of #C28AC6
Black with #C28AC6
Text Example
Text Example
White with #C28AC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28AC6; }
p { color: rgb(194,138,198); }
H1.HeaderClassName
{
color: #C28AC6;
}
.AnyTagClassName
{
color: #C28AC6;
}
</style>
background-color css
<style>
a { background-color: #C28AC6; }
a { background-color: rgb(194,138,198); }
div.DivClassName
{
background-color: #C28AC6;
}
.BgClassName
{
background-color: #C28AC6;
}
</style>
border-color css
<style>
span { border-color: #C28AC6; }
span { border-color: rgb(194,138,198); }
td.TdClassName
{
border-color: #C28AC6;
}
.TagClassName
{
border-color: #C28AC6;
}
</style>