Shades of Lilac #C98FCB
Tints of Lilac #C98FCB
RGB
CMYK
RGB Variations
Color information
#C98FCB (or 0xC98FCB) is known color: Lilac. HEX triplet: C9, 8F and CB. RGB value is (201,143,203). Sum of RGB (Red+Green+Blue) = 201+143+203=547 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.75% from 547); Green value is 143 (56.25% from 255 or 26.14% from 547); Blue value is 203 (79.69% from 255 or 37.11% from 547); Max value from RGB is 203 - color contains mainly: blue. Hex color #C98FCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C98FCB is #367034. Grayscale: #A7A7A7. Windows color (decimal): -3567669 or 13340617. OLE color: 13340617.
HSL color Cylindrical-coordinate representation of color #C98FCB: hue angle of 298º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C98FCB is Cyan = 0.01, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 201 | 143 | 203 | - |
| CMYK | 0.01 | 0.30 | 0 | 0.20 |
| HSL | 298º | 0.37% | 0.68% | - |
| HSV(B) | 298º | 0.3% | 0.8% | - |
| XYZ | 44.69 | 36.37 | 61.17 | - |
| YUV | 167.18 | 148.22 | 152.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 143 | 203 | 0.01 | 0.30 | 0 | 0.20 | 298 | 0.37 | 0.68 |
| Hex | C9 | 8F | CB | 1 | 1E | 0 | 14 | 12A | 25 | 44 |
| Octal | 311 | 217 | 313 | 1 | 36 | 0 | 24 | 452 | 45 | 104 |
| Binary | 11001001 | 10001111 | 11001011 | 1 | 11110 | 0 | 10100 | 100101010 | 100101 | 1000100 |
Color Harmonies of #C98FCB
Complementary color
Monochromatic Colors of #C98FCB
Black with #C98FCB
Text Example
Text Example
White with #C98FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98FCB; }
p { color: rgb(201,143,203); }
H1.HeaderClassName
{
color: #C98FCB;
}
.AnyTagClassName
{
color: #C98FCB;
}
</style>
background-color css
<style>
a { background-color: #C98FCB; }
a { background-color: rgb(201,143,203); }
div.DivClassName
{
background-color: #C98FCB;
}
.BgClassName
{
background-color: #C98FCB;
}
</style>
border-color css
<style>
span { border-color: #C98FCB; }
span { border-color: rgb(201,143,203); }
td.TdClassName
{
border-color: #C98FCB;
}
.TagClassName
{
border-color: #C98FCB;
}
</style>