Shades of Lilac #C28ABF
Tints of Lilac #C28ABF
RGB
CMYK
RGB Variations
Color information
#C28ABF (or 0xC28ABF) is known color: Lilac. HEX triplet: C2, 8A and BF. RGB value is (194,138,191). Sum of RGB (Red+Green+Blue) = 194+138+191=523 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.09% from 523); Green value is 138 (54.30% from 255 or 26.39% from 523); Blue value is 191 (75% from 255 or 36.52% from 523); Max value from RGB is 194 - color contains mainly: red. Hex color #C28ABF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C28ABF is #3D7540. Grayscale: #A0A0A0. Windows color (decimal): -4027713 or 12552898. OLE color: 12552898.
HSL color Cylindrical-coordinate representation of color #C28ABF: hue angle of 303.21º 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 #C28ABF is Cyan = 0, Magento = 0.29, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 138 | 191 | - |
| CMYK | 0 | 0.29 | 0.02 | 0.24 |
| HSL | 303.21º | 0.31% | 0.65% | - |
| HSV(B) | 303.21º | 0.29% | 0.76% | - |
| XYZ | 40.74 | 33.41 | 53.59 | - |
| YUV | 160.79 | 145.05 | 151.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 138 | 191 | 0 | 0.29 | 0.02 | 0.24 | 303.21 | 0.31 | 0.65 |
| Hex | C2 | 8A | BF | 0 | 1D | 2 | 18 | 12F | 1F | 41 |
| Octal | 302 | 212 | 277 | 0 | 35 | 2 | 30 | 457 | 37 | 101 |
| Binary | 11000010 | 10001010 | 10111111 | 0 | 11101 | 10 | 11000 | 100101111 | 11111 | 1000001 |
Color Harmonies of #C28ABF
Complementary color
Monochromatic Colors of #C28ABF
Black with #C28ABF
Text Example
Text Example
White with #C28ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28ABF; }
p { color: rgb(194,138,191); }
H1.HeaderClassName
{
color: #C28ABF;
}
.AnyTagClassName
{
color: #C28ABF;
}
</style>
background-color css
<style>
a { background-color: #C28ABF; }
a { background-color: rgb(194,138,191); }
div.DivClassName
{
background-color: #C28ABF;
}
.BgClassName
{
background-color: #C28ABF;
}
</style>
border-color css
<style>
span { border-color: #C28ABF; }
span { border-color: rgb(194,138,191); }
td.TdClassName
{
border-color: #C28ABF;
}
.TagClassName
{
border-color: #C28ABF;
}
</style>