Shades of Lilac #C28ACB
Tints of Lilac #C28ACB
RGB
CMYK
RGB Variations
Color information
#C28ACB (or 0xC28ACB) is known color: Lilac. HEX triplet: C2, 8A and CB. RGB value is (194,138,203). Sum of RGB (Red+Green+Blue) = 194+138+203=535 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.26% from 535); Green value is 138 (54.30% from 255 or 25.79% from 535); Blue value is 203 (79.69% from 255 or 37.94% from 535); Max value from RGB is 203 - color contains mainly: blue. Hex color #C28ACB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C28ACB is #3D7534. Grayscale: #A1A1A1. Windows color (decimal): -4027701 or 13339330. OLE color: 13339330.
HSL color Cylindrical-coordinate representation of color #C28ACB: hue angle of 291.69º degrees, saturation: 0.38, 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 #C28ACB is Cyan = 0.04, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 194 | 138 | 203 | - |
| CMYK | 0.04 | 0.32 | 0 | 0.20 |
| HSL | 291.69º | 0.38% | 0.67% | - |
| HSV(B) | 291.69º | 0.32% | 0.8% | - |
| XYZ | 42.12 | 33.96 | 60.83 | - |
| YUV | 162.15 | 151.05 | 150.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 138 | 203 | 0.04 | 0.32 | 0 | 0.20 | 291.69 | 0.38 | 0.67 |
| Hex | C2 | 8A | CB | 4 | 20 | 0 | 14 | 124 | 26 | 43 |
| Octal | 302 | 212 | 313 | 4 | 40 | 0 | 24 | 444 | 46 | 103 |
| Binary | 11000010 | 10001010 | 11001011 | 100 | 100000 | 0 | 10100 | 100100100 | 100110 | 1000011 |
Color Harmonies of #C28ACB
Complementary color
Monochromatic Colors of #C28ACB
Black with #C28ACB
Text Example
Text Example
White with #C28ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28ACB; }
p { color: rgb(194,138,203); }
H1.HeaderClassName
{
color: #C28ACB;
}
.AnyTagClassName
{
color: #C28ACB;
}
</style>
background-color css
<style>
a { background-color: #C28ACB; }
a { background-color: rgb(194,138,203); }
div.DivClassName
{
background-color: #C28ACB;
}
.BgClassName
{
background-color: #C28ACB;
}
</style>
border-color css
<style>
span { border-color: #C28ACB; }
span { border-color: rgb(194,138,203); }
td.TdClassName
{
border-color: #C28ACB;
}
.TagClassName
{
border-color: #C28ACB;
}
</style>