Shades of Lilac #C28DBF
Tints of Lilac #C28DBF
RGB
CMYK
RGB Variations
Color information
#C28DBF (or 0xC28DBF) is known color: Lilac. HEX triplet: C2, 8D and BF. RGB value is (194,141,191). Sum of RGB (Red+Green+Blue) = 194+141+191=526 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.88% from 526); Green value is 141 (55.47% from 255 or 26.81% from 526); Blue value is 191 (75% from 255 or 36.31% from 526); Max value from RGB is 194 - color contains mainly: red. Hex color #C28DBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C28DBF is #3D7240. Grayscale: #A2A2A2. Windows color (decimal): -4026945 or 12553666. OLE color: 12553666.
HSL color Cylindrical-coordinate representation of color #C28DBF: hue angle of 303.4º degrees, saturation: 0.3, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C28DBF is Cyan = 0, Magento = 0.27, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 141 | 191 | - |
| CMYK | 0 | 0.27 | 0.02 | 0.24 |
| HSL | 303.4º | 0.3% | 0.66% | - |
| HSV(B) | 303.4º | 0.27% | 0.76% | - |
| XYZ | 41.18 | 34.28 | 53.74 | - |
| YUV | 162.55 | 144.06 | 150.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 141 | 191 | 0 | 0.27 | 0.02 | 0.24 | 303.4 | 0.3 | 0.66 |
| Hex | C2 | 8D | BF | 0 | 1B | 2 | 18 | 12F | 1E | 42 |
| Octal | 302 | 215 | 277 | 0 | 33 | 2 | 30 | 457 | 36 | 102 |
| Binary | 11000010 | 10001101 | 10111111 | 0 | 11011 | 10 | 11000 | 100101111 | 11110 | 1000010 |
Color Harmonies of #C28DBF
Complementary color
Monochromatic Colors of #C28DBF
Black with #C28DBF
Text Example
Text Example
White with #C28DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28DBF; }
p { color: rgb(194,141,191); }
H1.HeaderClassName
{
color: #C28DBF;
}
.AnyTagClassName
{
color: #C28DBF;
}
</style>
background-color css
<style>
a { background-color: #C28DBF; }
a { background-color: rgb(194,141,191); }
div.DivClassName
{
background-color: #C28DBF;
}
.BgClassName
{
background-color: #C28DBF;
}
</style>
border-color css
<style>
span { border-color: #C28DBF; }
span { border-color: rgb(194,141,191); }
td.TdClassName
{
border-color: #C28DBF;
}
.TagClassName
{
border-color: #C28DBF;
}
</style>