Shades of Lilac #C484CF
Tints of Lilac #C484CF
RGB
CMYK
RGB Variations
Color information
#C484CF (or 0xC484CF) is known color: Lilac. HEX triplet: C4, 84 and CF. RGB value is (196,132,207). Sum of RGB (Red+Green+Blue) = 196+132+207=535 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.64% from 535); Green value is 132 (51.95% from 255 or 24.67% from 535); Blue value is 207 (81.25% from 255 or 38.69% from 535); Max value from RGB is 207 - color contains mainly: blue. Hex color #C484CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C484CF is #3B7B30. Grayscale: #9F9F9F. Windows color (decimal): -3898161 or 13599940. OLE color: 13599940.
HSL color Cylindrical-coordinate representation of color #C484CF: hue angle of 291.2º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C484CF is Cyan = 0.05, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 196 | 132 | 207 | - |
| CMYK | 0.05 | 0.36 | 0 | 0.19 |
| HSL | 291.2º | 0.44% | 0.66% | - |
| HSV(B) | 291.2º | 0.36% | 0.81% | - |
| XYZ | 42.28 | 32.74 | 63.12 | - |
| YUV | 159.69 | 154.7 | 153.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 132 | 207 | 0.05 | 0.36 | 0 | 0.19 | 291.2 | 0.44 | 0.66 |
| Hex | C4 | 84 | CF | 5 | 24 | 0 | 13 | 123 | 2C | 42 |
| Octal | 304 | 204 | 317 | 5 | 44 | 0 | 23 | 443 | 54 | 102 |
| Binary | 11000100 | 10000100 | 11001111 | 101 | 100100 | 0 | 10011 | 100100011 | 101100 | 1000010 |
Color Harmonies of #C484CF
Complementary color
Monochromatic Colors of #C484CF
Black with #C484CF
Text Example
Text Example
White with #C484CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C484CF; }
p { color: rgb(196,132,207); }
H1.HeaderClassName
{
color: #C484CF;
}
.AnyTagClassName
{
color: #C484CF;
}
</style>
background-color css
<style>
a { background-color: #C484CF; }
a { background-color: rgb(196,132,207); }
div.DivClassName
{
background-color: #C484CF;
}
.BgClassName
{
background-color: #C484CF;
}
</style>
border-color css
<style>
span { border-color: #C484CF; }
span { border-color: rgb(196,132,207); }
td.TdClassName
{
border-color: #C484CF;
}
.TagClassName
{
border-color: #C484CF;
}
</style>