Shades of Lilac #C98BCE
Tints of Lilac #C98BCE
RGB
CMYK
RGB Variations
Color information
#C98BCE (or 0xC98BCE) is known color: Lilac. HEX triplet: C9, 8B and CE. RGB value is (201,139,206). Sum of RGB (Red+Green+Blue) = 201+139+206=546 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.81% from 546); Green value is 139 (54.69% from 255 or 25.46% from 546); Blue value is 206 (80.86% from 255 or 37.73% from 546); Max value from RGB is 206 - color contains mainly: blue. Hex color #C98BCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C98BCE is #367431. Grayscale: #A4A4A4. Windows color (decimal): -3568690 or 13536201. OLE color: 13536201.
HSL color Cylindrical-coordinate representation of color #C98BCE: hue angle of 295.52º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C98BCE is Cyan = 0.02, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 201 | 139 | 206 | - |
| CMYK | 0.02 | 0.33 | 0 | 0.19 |
| HSL | 295.52º | 0.41% | 0.68% | - |
| HSV(B) | 295.52º | 0.33% | 0.81% | - |
| XYZ | 44.46 | 35.34 | 62.87 | - |
| YUV | 165.18 | 151.04 | 153.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 139 | 206 | 0.02 | 0.33 | 0 | 0.19 | 295.52 | 0.41 | 0.68 |
| Hex | C9 | 8B | CE | 2 | 21 | 0 | 13 | 128 | 29 | 44 |
| Octal | 311 | 213 | 316 | 2 | 41 | 0 | 23 | 450 | 51 | 104 |
| Binary | 11001001 | 10001011 | 11001110 | 10 | 100001 | 0 | 10011 | 100101000 | 101001 | 1000100 |
Color Harmonies of #C98BCE
Complementary color
Monochromatic Colors of #C98BCE
Black with #C98BCE
Text Example
Text Example
White with #C98BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98BCE; }
p { color: rgb(201,139,206); }
H1.HeaderClassName
{
color: #C98BCE;
}
.AnyTagClassName
{
color: #C98BCE;
}
</style>
background-color css
<style>
a { background-color: #C98BCE; }
a { background-color: rgb(201,139,206); }
div.DivClassName
{
background-color: #C98BCE;
}
.BgClassName
{
background-color: #C98BCE;
}
</style>
border-color css
<style>
span { border-color: #C98BCE; }
span { border-color: rgb(201,139,206); }
td.TdClassName
{
border-color: #C98BCE;
}
.TagClassName
{
border-color: #C98BCE;
}
</style>