Shades of Lilac #C484BF
Tints of Lilac #C484BF
RGB
CMYK
RGB Variations
Color information
#C484BF (or 0xC484BF) is known color: Lilac. HEX triplet: C4, 84 and BF. RGB value is (196,132,191). Sum of RGB (Red+Green+Blue) = 196+132+191=519 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.76% from 519); Green value is 132 (51.95% from 255 or 25.43% from 519); Blue value is 191 (75% from 255 or 36.80% from 519); Max value from RGB is 196 - color contains mainly: red. Hex color #C484BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C484BF is #3B7B40. Grayscale: #9D9D9D. Windows color (decimal): -3898177 or 12551364. OLE color: 12551364.
HSL color Cylindrical-coordinate representation of color #C484BF: hue angle of 304.69º degrees, saturation: 0.35, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C484BF is Cyan = 0, Magento = 0.33, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 132 | 191 | - |
| CMYK | 0 | 0.33 | 0.03 | 0.23 |
| HSL | 304.69º | 0.35% | 0.64% | - |
| HSV(B) | 304.69º | 0.33% | 0.77% | - |
| XYZ | 40.42 | 32 | 53.34 | - |
| YUV | 157.86 | 146.7 | 155.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 132 | 191 | 0 | 0.33 | 0.03 | 0.23 | 304.69 | 0.35 | 0.64 |
| Hex | C4 | 84 | BF | 0 | 21 | 3 | 17 | 131 | 23 | 40 |
| Octal | 304 | 204 | 277 | 0 | 41 | 3 | 27 | 461 | 43 | 100 |
| Binary | 11000100 | 10000100 | 10111111 | 0 | 100001 | 11 | 10111 | 100110001 | 100011 | 1000000 |
Color Harmonies of #C484BF
Complementary color
Monochromatic Colors of #C484BF
Black with #C484BF
Text Example
Text Example
White with #C484BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C484BF; }
p { color: rgb(196,132,191); }
H1.HeaderClassName
{
color: #C484BF;
}
.AnyTagClassName
{
color: #C484BF;
}
</style>
background-color css
<style>
a { background-color: #C484BF; }
a { background-color: rgb(196,132,191); }
div.DivClassName
{
background-color: #C484BF;
}
.BgClassName
{
background-color: #C484BF;
}
</style>
border-color css
<style>
span { border-color: #C484BF; }
span { border-color: rgb(196,132,191); }
td.TdClassName
{
border-color: #C484BF;
}
.TagClassName
{
border-color: #C484BF;
}
</style>