Shades of Lilac #C98DBE
Tints of Lilac #C98DBE
RGB
CMYK
RGB Variations
Color information
#C98DBE (or 0xC98DBE) is known color: Lilac. HEX triplet: C9, 8D and BE. RGB value is (201,141,190). Sum of RGB (Red+Green+Blue) = 201+141+190=532 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.78% from 532); Green value is 141 (55.47% from 255 or 26.50% from 532); Blue value is 190 (74.61% from 255 or 35.71% from 532); Max value from RGB is 201 - color contains mainly: red. Hex color #C98DBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C98DBE is #367241. Grayscale: #A4A4A4. Windows color (decimal): -3568194 or 12488137. OLE color: 12488137.
HSL color Cylindrical-coordinate representation of color #C98DBE: hue angle of 311º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C98DBE is Cyan = 0, Magento = 0.30, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 141 | 190 | - |
| CMYK | 0 | 0.30 | 0.05 | 0.21 |
| HSL | 311º | 0.36% | 0.67% | - |
| HSV(B) | 311º | 0.3% | 0.79% | - |
| XYZ | 42.91 | 35.18 | 53.25 | - |
| YUV | 164.53 | 142.38 | 154.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 141 | 190 | 0 | 0.30 | 0.05 | 0.21 | 311 | 0.36 | 0.67 |
| Hex | C9 | 8D | BE | 0 | 1E | 5 | 15 | 137 | 24 | 43 |
| Octal | 311 | 215 | 276 | 0 | 36 | 5 | 25 | 467 | 44 | 103 |
| Binary | 11001001 | 10001101 | 10111110 | 0 | 11110 | 101 | 10101 | 100110111 | 100100 | 1000011 |
Color Harmonies of #C98DBE
Complementary color
Monochromatic Colors of #C98DBE
Black with #C98DBE
Text Example
Text Example
White with #C98DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98DBE; }
p { color: rgb(201,141,190); }
H1.HeaderClassName
{
color: #C98DBE;
}
.AnyTagClassName
{
color: #C98DBE;
}
</style>
background-color css
<style>
a { background-color: #C98DBE; }
a { background-color: rgb(201,141,190); }
div.DivClassName
{
background-color: #C98DBE;
}
.BgClassName
{
background-color: #C98DBE;
}
</style>
border-color css
<style>
span { border-color: #C98DBE; }
span { border-color: rgb(201,141,190); }
td.TdClassName
{
border-color: #C98DBE;
}
.TagClassName
{
border-color: #C98DBE;
}
</style>