Shades of Lilac #C487CC
Tints of Lilac #C487CC
RGB
CMYK
RGB Variations
Color information
#C487CC (or 0xC487CC) is known color: Lilac. HEX triplet: C4, 87 and CC. RGB value is (196,135,204). Sum of RGB (Red+Green+Blue) = 196+135+204=535 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.64% from 535); Green value is 135 (53.12% from 255 or 25.23% from 535); Blue value is 204 (80.08% from 255 or 38.13% from 535); Max value from RGB is 204 - color contains mainly: blue. Hex color #C487CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C487CC is #3B7833. Grayscale: #A0A0A0. Windows color (decimal): -3897396 or 13404100. OLE color: 13404100.
HSL color Cylindrical-coordinate representation of color #C487CC: hue angle of 293.04º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C487CC is Cyan = 0.04, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 196 | 135 | 204 | - |
| CMYK | 0.04 | 0.34 | 0 | 0.2 |
| HSL | 293.04º | 0.4% | 0.66% | - |
| HSV(B) | 293.04º | 0.34% | 0.8% | - |
| XYZ | 42.33 | 33.42 | 61.35 | - |
| YUV | 161.11 | 152.21 | 152.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 135 | 204 | 0.04 | 0.34 | 0 | 0.2 | 293.04 | 0.4 | 0.66 |
| Hex | C4 | 87 | CC | 4 | 22 | 0 | 14 | 125 | 28 | 42 |
| Octal | 304 | 207 | 314 | 4 | 42 | 0 | 24 | 445 | 50 | 102 |
| Binary | 11000100 | 10000111 | 11001100 | 100 | 100010 | 0 | 10100 | 100100101 | 101000 | 1000010 |
Color Harmonies of #C487CC
Complementary color
Monochromatic Colors of #C487CC
Black with #C487CC
Text Example
Text Example
White with #C487CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C487CC; }
p { color: rgb(196,135,204); }
H1.HeaderClassName
{
color: #C487CC;
}
.AnyTagClassName
{
color: #C487CC;
}
</style>
background-color css
<style>
a { background-color: #C487CC; }
a { background-color: rgb(196,135,204); }
div.DivClassName
{
background-color: #C487CC;
}
.BgClassName
{
background-color: #C487CC;
}
</style>
border-color css
<style>
span { border-color: #C487CC; }
span { border-color: rgb(196,135,204); }
td.TdClassName
{
border-color: #C487CC;
}
.TagClassName
{
border-color: #C487CC;
}
</style>