Shades of Lilac #C486CF
Tints of Lilac #C486CF
RGB
CMYK
RGB Variations
Color information
#C486CF (or 0xC486CF) is known color: Lilac. HEX triplet: C4, 86 and CF. RGB value is (196,134,207). Sum of RGB (Red+Green+Blue) = 196+134+207=537 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.50% from 537); Green value is 134 (52.73% from 255 or 24.95% from 537); Blue value is 207 (81.25% from 255 or 38.55% from 537); Max value from RGB is 207 - color contains mainly: blue. Hex color #C486CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C486CF is #3B7930. Grayscale: #A0A0A0. Windows color (decimal): -3897649 or 13600452. OLE color: 13600452.
HSL color Cylindrical-coordinate representation of color #C486CF: hue angle of 290.96º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C486CF is Cyan = 0.05, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 196 | 134 | 207 | - |
| CMYK | 0.05 | 0.35 | 0 | 0.19 |
| HSL | 290.96º | 0.43% | 0.67% | - |
| HSV(B) | 290.96º | 0.35% | 0.81% | - |
| XYZ | 42.55 | 33.29 | 63.21 | - |
| YUV | 160.86 | 154.04 | 153.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 134 | 207 | 0.05 | 0.35 | 0 | 0.19 | 290.96 | 0.43 | 0.67 |
| Hex | C4 | 86 | CF | 5 | 23 | 0 | 13 | 123 | 2B | 43 |
| Octal | 304 | 206 | 317 | 5 | 43 | 0 | 23 | 443 | 53 | 103 |
| Binary | 11000100 | 10000110 | 11001111 | 101 | 100011 | 0 | 10011 | 100100011 | 101011 | 1000011 |
Color Harmonies of #C486CF
Complementary color
Monochromatic Colors of #C486CF
Black with #C486CF
Text Example
Text Example
White with #C486CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C486CF; }
p { color: rgb(196,134,207); }
H1.HeaderClassName
{
color: #C486CF;
}
.AnyTagClassName
{
color: #C486CF;
}
</style>
background-color css
<style>
a { background-color: #C486CF; }
a { background-color: rgb(196,134,207); }
div.DivClassName
{
background-color: #C486CF;
}
.BgClassName
{
background-color: #C486CF;
}
</style>
border-color css
<style>
span { border-color: #C486CF; }
span { border-color: rgb(196,134,207); }
td.TdClassName
{
border-color: #C486CF;
}
.TagClassName
{
border-color: #C486CF;
}
</style>