Shades of Lilac #C584BF
Tints of Lilac #C584BF
RGB
CMYK
RGB Variations
Color information
#C584BF (or 0xC584BF) is known color: Lilac. HEX triplet: C5, 84 and BF. RGB value is (197,132,191). Sum of RGB (Red+Green+Blue) = 197+132+191=520 (68% of max value = 765). Red value is 197 (77.34% from 255 or 37.88% from 520); Green value is 132 (51.95% from 255 or 25.38% from 520); Blue value is 191 (75% from 255 or 36.73% from 520); Max value from RGB is 197 - color contains mainly: red. Hex color #C584BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C584BF is #3A7B40. Grayscale: #9D9D9D. Windows color (decimal): -3832641 or 12551365. OLE color: 12551365.
HSL color Cylindrical-coordinate representation of color #C584BF: hue angle of 305.54º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C584BF is Cyan = 0, Magento = 0.33, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 132 | 191 | - |
| CMYK | 0 | 0.33 | 0.03 | 0.23 |
| HSL | 305.54º | 0.36% | 0.65% | - |
| HSV(B) | 305.54º | 0.33% | 0.77% | - |
| XYZ | 40.68 | 32.13 | 53.35 | - |
| YUV | 158.16 | 146.53 | 155.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 132 | 191 | 0 | 0.33 | 0.03 | 0.23 | 305.54 | 0.36 | 0.65 |
| Hex | C5 | 84 | BF | 0 | 21 | 3 | 17 | 132 | 24 | 41 |
| Octal | 305 | 204 | 277 | 0 | 41 | 3 | 27 | 462 | 44 | 101 |
| Binary | 11000101 | 10000100 | 10111111 | 0 | 100001 | 11 | 10111 | 100110010 | 100100 | 1000001 |
Color Harmonies of #C584BF
Complementary color
Monochromatic Colors of #C584BF
Black with #C584BF
Text Example
Text Example
White with #C584BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C584BF; }
p { color: rgb(197,132,191); }
H1.HeaderClassName
{
color: #C584BF;
}
.AnyTagClassName
{
color: #C584BF;
}
</style>
background-color css
<style>
a { background-color: #C584BF; }
a { background-color: rgb(197,132,191); }
div.DivClassName
{
background-color: #C584BF;
}
.BgClassName
{
background-color: #C584BF;
}
</style>
border-color css
<style>
span { border-color: #C584BF; }
span { border-color: rgb(197,132,191); }
td.TdClassName
{
border-color: #C584BF;
}
.TagClassName
{
border-color: #C584BF;
}
</style>