Shades of Lilac #C984BE
Tints of Lilac #C984BE
RGB
CMYK
RGB Variations
Color information
#C984BE (or 0xC984BE) is known color: Lilac. HEX triplet: C9, 84 and BE. RGB value is (201,132,190). Sum of RGB (Red+Green+Blue) = 201+132+190=523 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.43% from 523); Green value is 132 (51.95% from 255 or 25.24% from 523); Blue value is 190 (74.61% from 255 or 36.33% from 523); Max value from RGB is 201 - color contains mainly: red. Hex color #C984BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C984BE is #367B41. Grayscale: #9F9F9F. Windows color (decimal): -3570498 or 12485833. OLE color: 12485833.
HSL color Cylindrical-coordinate representation of color #C984BE: hue angle of 309.57º 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 #C984BE is Cyan = 0, Magento = 0.34, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 132 | 190 | - |
| CMYK | 0 | 0.34 | 0.05 | 0.21 |
| HSL | 309.57º | 0.39% | 0.65% | - |
| HSV(B) | 309.57º | 0.34% | 0.79% | - |
| XYZ | 41.63 | 32.64 | 52.82 | - |
| YUV | 159.24 | 145.36 | 157.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 132 | 190 | 0 | 0.34 | 0.05 | 0.21 | 309.57 | 0.39 | 0.65 |
| Hex | C9 | 84 | BE | 0 | 22 | 5 | 15 | 136 | 27 | 41 |
| Octal | 311 | 204 | 276 | 0 | 42 | 5 | 25 | 466 | 47 | 101 |
| Binary | 11001001 | 10000100 | 10111110 | 0 | 100010 | 101 | 10101 | 100110110 | 100111 | 1000001 |
Color Harmonies of #C984BE
Complementary color
Monochromatic Colors of #C984BE
Black with #C984BE
Text Example
Text Example
White with #C984BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C984BE; }
p { color: rgb(201,132,190); }
H1.HeaderClassName
{
color: #C984BE;
}
.AnyTagClassName
{
color: #C984BE;
}
</style>
background-color css
<style>
a { background-color: #C984BE; }
a { background-color: rgb(201,132,190); }
div.DivClassName
{
background-color: #C984BE;
}
.BgClassName
{
background-color: #C984BE;
}
</style>
border-color css
<style>
span { border-color: #C984BE; }
span { border-color: rgb(201,132,190); }
td.TdClassName
{
border-color: #C984BE;
}
.TagClassName
{
border-color: #C984BE;
}
</style>