Shades of Lilac #C98BCC
Tints of Lilac #C98BCC
RGB
CMYK
RGB Variations
Color information
#C98BCC (or 0xC98BCC) is known color: Lilac. HEX triplet: C9, 8B and CC. RGB value is (201,139,204). Sum of RGB (Red+Green+Blue) = 201+139+204=544 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.95% from 544); Green value is 139 (54.69% from 255 or 25.55% from 544); Blue value is 204 (80.08% from 255 or 37.5% from 544); Max value from RGB is 204 - color contains mainly: blue. Hex color #C98BCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C98BCC is #367433. Grayscale: #A4A4A4. Windows color (decimal): -3568692 or 13405129. OLE color: 13405129.
HSL color Cylindrical-coordinate representation of color #C98BCC: hue angle of 297.23º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C98BCC is Cyan = 0.01, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 201 | 139 | 204 | - |
| CMYK | 0.01 | 0.32 | 0 | 0.2 |
| HSL | 297.23º | 0.39% | 0.67% | - |
| HSV(B) | 297.23º | 0.32% | 0.8% | - |
| XYZ | 44.22 | 35.24 | 61.6 | - |
| YUV | 164.95 | 150.04 | 153.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 139 | 204 | 0.01 | 0.32 | 0 | 0.2 | 297.23 | 0.39 | 0.67 |
| Hex | C9 | 8B | CC | 1 | 20 | 0 | 14 | 129 | 27 | 43 |
| Octal | 311 | 213 | 314 | 1 | 40 | 0 | 24 | 451 | 47 | 103 |
| Binary | 11001001 | 10001011 | 11001100 | 1 | 100000 | 0 | 10100 | 100101001 | 100111 | 1000011 |
Color Harmonies of #C98BCC
Complementary color
Monochromatic Colors of #C98BCC
Black with #C98BCC
Text Example
Text Example
White with #C98BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98BCC; }
p { color: rgb(201,139,204); }
H1.HeaderClassName
{
color: #C98BCC;
}
.AnyTagClassName
{
color: #C98BCC;
}
</style>
background-color css
<style>
a { background-color: #C98BCC; }
a { background-color: rgb(201,139,204); }
div.DivClassName
{
background-color: #C98BCC;
}
.BgClassName
{
background-color: #C98BCC;
}
</style>
border-color css
<style>
span { border-color: #C98BCC; }
span { border-color: rgb(201,139,204); }
td.TdClassName
{
border-color: #C98BCC;
}
.TagClassName
{
border-color: #C98BCC;
}
</style>