Shades of Lilac #C28ACC
Tints of Lilac #C28ACC
RGB
CMYK
RGB Variations
Color information
#C28ACC (or 0xC28ACC) is known color: Lilac. HEX triplet: C2, 8A and CC. RGB value is (194,138,204). Sum of RGB (Red+Green+Blue) = 194+138+204=536 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.19% from 536); Green value is 138 (54.30% from 255 or 25.75% from 536); Blue value is 204 (80.08% from 255 or 38.06% from 536); Max value from RGB is 204 - color contains mainly: blue. Hex color #C28ACC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C28ACC is #3D7533. Grayscale: #A2A2A2. Windows color (decimal): -4027700 or 13404866. OLE color: 13404866.
HSL color Cylindrical-coordinate representation of color #C28ACC: hue angle of 290.91º 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 #C28ACC is Cyan = 0.05, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 194 | 138 | 204 | - |
| CMYK | 0.05 | 0.32 | 0 | 0.2 |
| HSL | 290.91º | 0.39% | 0.67% | - |
| HSV(B) | 290.91º | 0.32% | 0.8% | - |
| XYZ | 42.24 | 34.01 | 61.46 | - |
| YUV | 162.27 | 151.55 | 150.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 138 | 204 | 0.05 | 0.32 | 0 | 0.2 | 290.91 | 0.39 | 0.67 |
| Hex | C2 | 8A | CC | 5 | 20 | 0 | 14 | 123 | 27 | 43 |
| Octal | 302 | 212 | 314 | 5 | 40 | 0 | 24 | 443 | 47 | 103 |
| Binary | 11000010 | 10001010 | 11001100 | 101 | 100000 | 0 | 10100 | 100100011 | 100111 | 1000011 |
Color Harmonies of #C28ACC
Complementary color
Monochromatic Colors of #C28ACC
Black with #C28ACC
Text Example
Text Example
White with #C28ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28ACC; }
p { color: rgb(194,138,204); }
H1.HeaderClassName
{
color: #C28ACC;
}
.AnyTagClassName
{
color: #C28ACC;
}
</style>
background-color css
<style>
a { background-color: #C28ACC; }
a { background-color: rgb(194,138,204); }
div.DivClassName
{
background-color: #C28ACC;
}
.BgClassName
{
background-color: #C28ACC;
}
</style>
border-color css
<style>
span { border-color: #C28ACC; }
span { border-color: rgb(194,138,204); }
td.TdClassName
{
border-color: #C28ACC;
}
.TagClassName
{
border-color: #C28ACC;
}
</style>