Shades of Lilac #C28ACA
Tints of Lilac #C28ACA
RGB
CMYK
RGB Variations
Color information
#C28ACA (or 0xC28ACA) is known color: Lilac. HEX triplet: C2, 8A and CA. RGB value is (194,138,202). Sum of RGB (Red+Green+Blue) = 194+138+202=534 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.33% from 534); Green value is 138 (54.30% from 255 or 25.84% from 534); Blue value is 202 (79.30% from 255 or 37.83% from 534); Max value from RGB is 202 - color contains mainly: blue. Hex color #C28ACA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C28ACA is #3D7535. Grayscale: #A1A1A1. Windows color (decimal): -4027702 or 13273794. OLE color: 13273794.
HSL color Cylindrical-coordinate representation of color #C28ACA: hue angle of 292.5º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C28ACA is Cyan = 0.04, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 194 | 138 | 202 | - |
| CMYK | 0.04 | 0.32 | 0 | 0.21 |
| HSL | 292.5º | 0.38% | 0.67% | - |
| HSV(B) | 292.5º | 0.32% | 0.79% | - |
| XYZ | 42 | 33.91 | 60.21 | - |
| YUV | 162.04 | 150.55 | 150.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 138 | 202 | 0.04 | 0.32 | 0 | 0.21 | 292.5 | 0.38 | 0.67 |
| Hex | C2 | 8A | CA | 4 | 20 | 0 | 15 | 124 | 26 | 43 |
| Octal | 302 | 212 | 312 | 4 | 40 | 0 | 25 | 444 | 46 | 103 |
| Binary | 11000010 | 10001010 | 11001010 | 100 | 100000 | 0 | 10101 | 100100100 | 100110 | 1000011 |
Color Harmonies of #C28ACA
Complementary color
Monochromatic Colors of #C28ACA
Black with #C28ACA
Text Example
Text Example
White with #C28ACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28ACA; }
p { color: rgb(194,138,202); }
H1.HeaderClassName
{
color: #C28ACA;
}
.AnyTagClassName
{
color: #C28ACA;
}
</style>
background-color css
<style>
a { background-color: #C28ACA; }
a { background-color: rgb(194,138,202); }
div.DivClassName
{
background-color: #C28ACA;
}
.BgClassName
{
background-color: #C28ACA;
}
</style>
border-color css
<style>
span { border-color: #C28ACA; }
span { border-color: rgb(194,138,202); }
td.TdClassName
{
border-color: #C28ACA;
}
.TagClassName
{
border-color: #C28ACA;
}
</style>