Shades of Lilac #C287C0
Tints of Lilac #C287C0
RGB
CMYK
RGB Variations
Color information
#C287C0 (or 0xC287C0) is known color: Lilac. HEX triplet: C2, 87 and C0. RGB value is (194,135,192). Sum of RGB (Red+Green+Blue) = 194+135+192=521 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.24% from 521); Green value is 135 (53.12% from 255 or 25.91% from 521); Blue value is 192 (75.39% from 255 or 36.85% from 521); Max value from RGB is 194 - color contains mainly: red. Hex color #C287C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C287C0 is #3D783F. Grayscale: #9E9E9E. Windows color (decimal): -4028480 or 12617666. OLE color: 12617666.
HSL color Cylindrical-coordinate representation of color #C287C0: hue angle of 302.03º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C287C0 is Cyan = 0, Magento = 0.30, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 135 | 192 | - |
| CMYK | 0 | 0.30 | 0.01 | 0.24 |
| HSL | 302.03º | 0.33% | 0.65% | - |
| HSV(B) | 302.03º | 0.3% | 0.76% | - |
| XYZ | 40.43 | 32.6 | 54.03 | - |
| YUV | 159.14 | 146.55 | 152.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 135 | 192 | 0 | 0.30 | 0.01 | 0.24 | 302.03 | 0.33 | 0.65 |
| Hex | C2 | 87 | C0 | 0 | 1E | 1 | 18 | 12E | 21 | 41 |
| Octal | 302 | 207 | 300 | 0 | 36 | 1 | 30 | 456 | 41 | 101 |
| Binary | 11000010 | 10000111 | 11000000 | 0 | 11110 | 1 | 11000 | 100101110 | 100001 | 1000001 |
Color Harmonies of #C287C0
Complementary color
Monochromatic Colors of #C287C0
Black with #C287C0
Text Example
Text Example
White with #C287C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C287C0; }
p { color: rgb(194,135,192); }
H1.HeaderClassName
{
color: #C287C0;
}
.AnyTagClassName
{
color: #C287C0;
}
</style>
background-color css
<style>
a { background-color: #C287C0; }
a { background-color: rgb(194,135,192); }
div.DivClassName
{
background-color: #C287C0;
}
.BgClassName
{
background-color: #C287C0;
}
</style>
border-color css
<style>
span { border-color: #C287C0; }
span { border-color: rgb(194,135,192); }
td.TdClassName
{
border-color: #C287C0;
}
.TagClassName
{
border-color: #C287C0;
}
</style>