Shades of Lilac #C28DBE
Tints of Lilac #C28DBE
RGB
CMYK
RGB Variations
Color information
#C28DBE (or 0xC28DBE) is known color: Lilac. HEX triplet: C2, 8D and BE. RGB value is (194,141,190). Sum of RGB (Red+Green+Blue) = 194+141+190=525 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.95% from 525); Green value is 141 (55.47% from 255 or 26.86% from 525); Blue value is 190 (74.61% from 255 or 36.19% from 525); Max value from RGB is 194 - color contains mainly: red. Hex color #C28DBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C28DBE is #3D7241. Grayscale: #A2A2A2. Windows color (decimal): -4026946 or 12488130. OLE color: 12488130.
HSL color Cylindrical-coordinate representation of color #C28DBE: hue angle of 304.53º 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 #C28DBE is Cyan = 0, Magento = 0.27, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 141 | 190 | - |
| CMYK | 0 | 0.27 | 0.02 | 0.24 |
| HSL | 304.53º | 0.3% | 0.66% | - |
| HSV(B) | 304.53º | 0.27% | 0.76% | - |
| XYZ | 41.07 | 34.24 | 53.16 | - |
| YUV | 162.43 | 143.56 | 150.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 141 | 190 | 0 | 0.27 | 0.02 | 0.24 | 304.53 | 0.3 | 0.66 |
| Hex | C2 | 8D | BE | 0 | 1B | 2 | 18 | 131 | 1E | 42 |
| Octal | 302 | 215 | 276 | 0 | 33 | 2 | 30 | 461 | 36 | 102 |
| Binary | 11000010 | 10001101 | 10111110 | 0 | 11011 | 10 | 11000 | 100110001 | 11110 | 1000010 |
Color Harmonies of #C28DBE
Complementary color
Monochromatic Colors of #C28DBE
Black with #C28DBE
Text Example
Text Example
White with #C28DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28DBE; }
p { color: rgb(194,141,190); }
H1.HeaderClassName
{
color: #C28DBE;
}
.AnyTagClassName
{
color: #C28DBE;
}
</style>
background-color css
<style>
a { background-color: #C28DBE; }
a { background-color: rgb(194,141,190); }
div.DivClassName
{
background-color: #C28DBE;
}
.BgClassName
{
background-color: #C28DBE;
}
</style>
border-color css
<style>
span { border-color: #C28DBE; }
span { border-color: rgb(194,141,190); }
td.TdClassName
{
border-color: #C28DBE;
}
.TagClassName
{
border-color: #C28DBE;
}
</style>