Shades of Lilac #C98BCF
Tints of Lilac #C98BCF
RGB
CMYK
RGB Variations
Color information
#C98BCF (or 0xC98BCF) is known color: Lilac. HEX triplet: C9, 8B and CF. RGB value is (201,139,207). Sum of RGB (Red+Green+Blue) = 201+139+207=547 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.75% from 547); Green value is 139 (54.69% from 255 or 25.41% from 547); Blue value is 207 (81.25% from 255 or 37.84% from 547); Max value from RGB is 207 - color contains mainly: blue. Hex color #C98BCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C98BCF is #367430. Grayscale: #A5A5A5. Windows color (decimal): -3568689 or 13601737. OLE color: 13601737.
HSL color Cylindrical-coordinate representation of color #C98BCF: hue angle of 294.71º 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 #C98BCF is Cyan = 0.03, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 201 | 139 | 207 | - |
| CMYK | 0.03 | 0.33 | 0 | 0.19 |
| HSL | 294.71º | 0.41% | 0.68% | - |
| HSV(B) | 294.71º | 0.33% | 0.81% | - |
| XYZ | 44.58 | 35.39 | 63.51 | - |
| YUV | 165.29 | 151.54 | 153.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 139 | 207 | 0.03 | 0.33 | 0 | 0.19 | 294.71 | 0.41 | 0.68 |
| Hex | C9 | 8B | CF | 3 | 21 | 0 | 13 | 127 | 29 | 44 |
| Octal | 311 | 213 | 317 | 3 | 41 | 0 | 23 | 447 | 51 | 104 |
| Binary | 11001001 | 10001011 | 11001111 | 11 | 100001 | 0 | 10011 | 100100111 | 101001 | 1000100 |
Color Harmonies of #C98BCF
Complementary color
Monochromatic Colors of #C98BCF
Black with #C98BCF
Text Example
Text Example
White with #C98BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98BCF; }
p { color: rgb(201,139,207); }
H1.HeaderClassName
{
color: #C98BCF;
}
.AnyTagClassName
{
color: #C98BCF;
}
</style>
background-color css
<style>
a { background-color: #C98BCF; }
a { background-color: rgb(201,139,207); }
div.DivClassName
{
background-color: #C98BCF;
}
.BgClassName
{
background-color: #C98BCF;
}
</style>
border-color css
<style>
span { border-color: #C98BCF; }
span { border-color: rgb(201,139,207); }
td.TdClassName
{
border-color: #C98BCF;
}
.TagClassName
{
border-color: #C98BCF;
}
</style>