Shades of Lilac #C984C5
Tints of Lilac #C984C5
RGB
CMYK
RGB Variations
Color information
#C984C5 (or 0xC984C5) is known color: Lilac. HEX triplet: C9, 84 and C5. RGB value is (201,132,197). Sum of RGB (Red+Green+Blue) = 201+132+197=530 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.92% from 530); Green value is 132 (51.95% from 255 or 24.91% from 530); Blue value is 197 (77.34% from 255 or 37.17% from 530); Max value from RGB is 201 - color contains mainly: red. Hex color #C984C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C984C5 is #367B3A. Grayscale: #9F9F9F. Windows color (decimal): -3570491 or 12944585. OLE color: 12944585.
HSL color Cylindrical-coordinate representation of color #C984C5: hue angle of 303.48º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C984C5 is Cyan = 0, Magento = 0.34, Yellow = 0.02 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 132 | 197 | - |
| CMYK | 0 | 0.34 | 0.02 | 0.21 |
| HSL | 303.48º | 0.39% | 0.65% | - |
| HSV(B) | 303.48º | 0.34% | 0.79% | - |
| XYZ | 42.42 | 32.95 | 56.95 | - |
| YUV | 160.04 | 148.86 | 157.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 132 | 197 | 0 | 0.34 | 0.02 | 0.21 | 303.48 | 0.39 | 0.65 |
| Hex | C9 | 84 | C5 | 0 | 22 | 2 | 15 | 12F | 27 | 41 |
| Octal | 311 | 204 | 305 | 0 | 42 | 2 | 25 | 457 | 47 | 101 |
| Binary | 11001001 | 10000100 | 11000101 | 0 | 100010 | 10 | 10101 | 100101111 | 100111 | 1000001 |
Color Harmonies of #C984C5
Complementary color
Monochromatic Colors of #C984C5
Black with #C984C5
Text Example
Text Example
White with #C984C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C984C5; }
p { color: rgb(201,132,197); }
H1.HeaderClassName
{
color: #C984C5;
}
.AnyTagClassName
{
color: #C984C5;
}
</style>
background-color css
<style>
a { background-color: #C984C5; }
a { background-color: rgb(201,132,197); }
div.DivClassName
{
background-color: #C984C5;
}
.BgClassName
{
background-color: #C984C5;
}
</style>
border-color css
<style>
span { border-color: #C984C5; }
span { border-color: rgb(201,132,197); }
td.TdClassName
{
border-color: #C984C5;
}
.TagClassName
{
border-color: #C984C5;
}
</style>