Shades of Lilac #C28ABE
Tints of Lilac #C28ABE
RGB
CMYK
RGB Variations
Color information
#C28ABE (or 0xC28ABE) is known color: Lilac. HEX triplet: C2, 8A and BE. RGB value is (194,138,190). Sum of RGB (Red+Green+Blue) = 194+138+190=522 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.16% from 522); Green value is 138 (54.30% from 255 or 26.44% from 522); Blue value is 190 (74.61% from 255 or 36.40% from 522); Max value from RGB is 194 - color contains mainly: red. Hex color #C28ABE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C28ABE is #3D7541. Grayscale: #A0A0A0. Windows color (decimal): -4027714 or 12487362. OLE color: 12487362.
HSL color Cylindrical-coordinate representation of color #C28ABE: hue angle of 304.29º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C28ABE is Cyan = 0, Magento = 0.29, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 138 | 190 | - |
| CMYK | 0 | 0.29 | 0.02 | 0.24 |
| HSL | 304.29º | 0.31% | 0.65% | - |
| HSV(B) | 304.29º | 0.29% | 0.76% | - |
| XYZ | 40.63 | 33.36 | 53.01 | - |
| YUV | 160.67 | 144.55 | 151.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 138 | 190 | 0 | 0.29 | 0.02 | 0.24 | 304.29 | 0.31 | 0.65 |
| Hex | C2 | 8A | BE | 0 | 1D | 2 | 18 | 130 | 1F | 41 |
| Octal | 302 | 212 | 276 | 0 | 35 | 2 | 30 | 460 | 37 | 101 |
| Binary | 11000010 | 10001010 | 10111110 | 0 | 11101 | 10 | 11000 | 100110000 | 11111 | 1000001 |
Color Harmonies of #C28ABE
Complementary color
Monochromatic Colors of #C28ABE
Black with #C28ABE
Text Example
Text Example
White with #C28ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28ABE; }
p { color: rgb(194,138,190); }
H1.HeaderClassName
{
color: #C28ABE;
}
.AnyTagClassName
{
color: #C28ABE;
}
</style>
background-color css
<style>
a { background-color: #C28ABE; }
a { background-color: rgb(194,138,190); }
div.DivClassName
{
background-color: #C28ABE;
}
.BgClassName
{
background-color: #C28ABE;
}
</style>
border-color css
<style>
span { border-color: #C28ABE; }
span { border-color: rgb(194,138,190); }
td.TdClassName
{
border-color: #C28ABE;
}
.TagClassName
{
border-color: #C28ABE;
}
</style>