Shades of Lilac #C98AC0
Tints of Lilac #C98AC0
RGB
CMYK
RGB Variations
Color information
#C98AC0 (or 0xC98AC0) is known color: Lilac. HEX triplet: C9, 8A and C0. RGB value is (201,138,192). Sum of RGB (Red+Green+Blue) = 201+138+192=531 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.85% from 531); Green value is 138 (54.30% from 255 or 25.99% from 531); Blue value is 192 (75.39% from 255 or 36.16% from 531); Max value from RGB is 201 - color contains mainly: red. Hex color #C98AC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C98AC0 is #36753F. Grayscale: #A2A2A2. Windows color (decimal): -3568960 or 12618441. OLE color: 12618441.
HSL color Cylindrical-coordinate representation of color #C98AC0: hue angle of 308.57º degrees, saturation: 0.37, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C98AC0 is Cyan = 0, Magento = 0.31, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 138 | 192 | - |
| CMYK | 0 | 0.31 | 0.04 | 0.21 |
| HSL | 308.57º | 0.37% | 0.66% | - |
| HSV(B) | 308.57º | 0.31% | 0.79% | - |
| XYZ | 42.69 | 34.4 | 54.26 | - |
| YUV | 162.99 | 144.37 | 155.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 138 | 192 | 0 | 0.31 | 0.04 | 0.21 | 308.57 | 0.37 | 0.66 |
| Hex | C9 | 8A | C0 | 0 | 1F | 4 | 15 | 135 | 25 | 42 |
| Octal | 311 | 212 | 300 | 0 | 37 | 4 | 25 | 465 | 45 | 102 |
| Binary | 11001001 | 10001010 | 11000000 | 0 | 11111 | 100 | 10101 | 100110101 | 100101 | 1000010 |
Color Harmonies of #C98AC0
Complementary color
Monochromatic Colors of #C98AC0
Black with #C98AC0
Text Example
Text Example
White with #C98AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98AC0; }
p { color: rgb(201,138,192); }
H1.HeaderClassName
{
color: #C98AC0;
}
.AnyTagClassName
{
color: #C98AC0;
}
</style>
background-color css
<style>
a { background-color: #C98AC0; }
a { background-color: rgb(201,138,192); }
div.DivClassName
{
background-color: #C98AC0;
}
.BgClassName
{
background-color: #C98AC0;
}
</style>
border-color css
<style>
span { border-color: #C98AC0; }
span { border-color: rgb(201,138,192); }
td.TdClassName
{
border-color: #C98AC0;
}
.TagClassName
{
border-color: #C98AC0;
}
</style>