Shades of Lilac #C98BCD
Tints of Lilac #C98BCD
RGB
CMYK
RGB Variations
Color information
#C98BCD (or 0xC98BCD) is known color: Lilac. HEX triplet: C9, 8B and CD. RGB value is (201,139,205). Sum of RGB (Red+Green+Blue) = 201+139+205=545 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.88% from 545); Green value is 139 (54.69% from 255 or 25.50% from 545); Blue value is 205 (80.47% from 255 or 37.61% from 545); Max value from RGB is 205 - color contains mainly: blue. Hex color #C98BCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C98BCD is #367432. Grayscale: #A4A4A4. Windows color (decimal): -3568691 or 13470665. OLE color: 13470665.
HSL color Cylindrical-coordinate representation of color #C98BCD: hue angle of 296.36º degrees, saturation: 0.4, 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 #C98BCD is Cyan = 0.02, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 201 | 139 | 205 | - |
| CMYK | 0.02 | 0.32 | 0 | 0.20 |
| HSL | 296.36º | 0.4% | 0.67% | - |
| HSV(B) | 296.36º | 0.32% | 0.8% | - |
| XYZ | 44.34 | 35.29 | 62.23 | - |
| YUV | 165.06 | 150.54 | 153.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 139 | 205 | 0.02 | 0.32 | 0 | 0.20 | 296.36 | 0.4 | 0.67 |
| Hex | C9 | 8B | CD | 2 | 20 | 0 | 14 | 128 | 28 | 43 |
| Octal | 311 | 213 | 315 | 2 | 40 | 0 | 24 | 450 | 50 | 103 |
| Binary | 11001001 | 10001011 | 11001101 | 10 | 100000 | 0 | 10100 | 100101000 | 101000 | 1000011 |
Color Harmonies of #C98BCD
Complementary color
Monochromatic Colors of #C98BCD
Black with #C98BCD
Text Example
Text Example
White with #C98BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98BCD; }
p { color: rgb(201,139,205); }
H1.HeaderClassName
{
color: #C98BCD;
}
.AnyTagClassName
{
color: #C98BCD;
}
</style>
background-color css
<style>
a { background-color: #C98BCD; }
a { background-color: rgb(201,139,205); }
div.DivClassName
{
background-color: #C98BCD;
}
.BgClassName
{
background-color: #C98BCD;
}
</style>
border-color css
<style>
span { border-color: #C98BCD; }
span { border-color: rgb(201,139,205); }
td.TdClassName
{
border-color: #C98BCD;
}
.TagClassName
{
border-color: #C98BCD;
}
</style>