Shades of Lilac #C28ABD
Tints of Lilac #C28ABD
RGB
CMYK
RGB Variations
Color information
#C28ABD (or 0xC28ABD) is known color: Lilac. HEX triplet: C2, 8A and BD. RGB value is (194,138,189). Sum of RGB (Red+Green+Blue) = 194+138+189=521 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.24% from 521); Green value is 138 (54.30% from 255 or 26.49% from 521); Blue value is 189 (74.22% from 255 or 36.28% from 521); Max value from RGB is 194 - color contains mainly: red. Hex color #C28ABD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C28ABD is #3D7542. Grayscale: #A0A0A0. Windows color (decimal): -4027715 or 12421826. OLE color: 12421826.
HSL color Cylindrical-coordinate representation of color #C28ABD: hue angle of 305.36º 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 #C28ABD is Cyan = 0, Magento = 0.29, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 138 | 189 | - |
| CMYK | 0 | 0.29 | 0.03 | 0.24 |
| HSL | 305.36º | 0.31% | 0.65% | - |
| HSV(B) | 305.36º | 0.29% | 0.76% | - |
| XYZ | 40.52 | 33.32 | 52.44 | - |
| YUV | 160.56 | 144.05 | 151.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 138 | 189 | 0 | 0.29 | 0.03 | 0.24 | 305.36 | 0.31 | 0.65 |
| Hex | C2 | 8A | BD | 0 | 1D | 3 | 18 | 131 | 1F | 41 |
| Octal | 302 | 212 | 275 | 0 | 35 | 3 | 30 | 461 | 37 | 101 |
| Binary | 11000010 | 10001010 | 10111101 | 0 | 11101 | 11 | 11000 | 100110001 | 11111 | 1000001 |
Color Harmonies of #C28ABD
Complementary color
Monochromatic Colors of #C28ABD
Black with #C28ABD
Text Example
Text Example
White with #C28ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28ABD; }
p { color: rgb(194,138,189); }
H1.HeaderClassName
{
color: #C28ABD;
}
.AnyTagClassName
{
color: #C28ABD;
}
</style>
background-color css
<style>
a { background-color: #C28ABD; }
a { background-color: rgb(194,138,189); }
div.DivClassName
{
background-color: #C28ABD;
}
.BgClassName
{
background-color: #C28ABD;
}
</style>
border-color css
<style>
span { border-color: #C28ABD; }
span { border-color: rgb(194,138,189); }
td.TdClassName
{
border-color: #C28ABD;
}
.TagClassName
{
border-color: #C28ABD;
}
</style>