Shades of Lilac #C98CCC
Tints of Lilac #C98CCC
RGB
CMYK
RGB Variations
Color information
#C98CCC (or 0xC98CCC) is known color: Lilac. HEX triplet: C9, 8C and CC. RGB value is (201,140,204). Sum of RGB (Red+Green+Blue) = 201+140+204=545 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.88% from 545); Green value is 140 (55.08% from 255 or 25.69% from 545); Blue value is 204 (80.08% from 255 or 37.43% from 545); Max value from RGB is 204 - color contains mainly: blue. Hex color #C98CCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C98CCC is #367333. Grayscale: #A5A5A5. Windows color (decimal): -3568436 or 13405385. OLE color: 13405385.
HSL color Cylindrical-coordinate representation of color #C98CCC: hue angle of 297.19º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C98CCC is Cyan = 0.01, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 201 | 140 | 204 | - |
| CMYK | 0.01 | 0.31 | 0 | 0.2 |
| HSL | 297.19º | 0.39% | 0.67% | - |
| HSV(B) | 297.19º | 0.31% | 0.8% | - |
| XYZ | 44.36 | 35.53 | 61.65 | - |
| YUV | 165.54 | 149.71 | 153.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 140 | 204 | 0.01 | 0.31 | 0 | 0.2 | 297.19 | 0.39 | 0.67 |
| Hex | C9 | 8C | CC | 1 | 1F | 0 | 14 | 129 | 27 | 43 |
| Octal | 311 | 214 | 314 | 1 | 37 | 0 | 24 | 451 | 47 | 103 |
| Binary | 11001001 | 10001100 | 11001100 | 1 | 11111 | 0 | 10100 | 100101001 | 100111 | 1000011 |
Color Harmonies of #C98CCC
Complementary color
Monochromatic Colors of #C98CCC
Black with #C98CCC
Text Example
Text Example
White with #C98CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98CCC; }
p { color: rgb(201,140,204); }
H1.HeaderClassName
{
color: #C98CCC;
}
.AnyTagClassName
{
color: #C98CCC;
}
</style>
background-color css
<style>
a { background-color: #C98CCC; }
a { background-color: rgb(201,140,204); }
div.DivClassName
{
background-color: #C98CCC;
}
.BgClassName
{
background-color: #C98CCC;
}
</style>
border-color css
<style>
span { border-color: #C98CCC; }
span { border-color: rgb(201,140,204); }
td.TdClassName
{
border-color: #C98CCC;
}
.TagClassName
{
border-color: #C98CCC;
}
</style>