Shades of Lilac #C287BE
Tints of Lilac #C287BE
RGB
CMYK
RGB Variations
Color information
#C287BE (or 0xC287BE) is known color: Lilac. HEX triplet: C2, 87 and BE. RGB value is (194,135,190). Sum of RGB (Red+Green+Blue) = 194+135+190=519 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.38% from 519); Green value is 135 (53.12% from 255 or 26.01% from 519); Blue value is 190 (74.61% from 255 or 36.61% from 519); Max value from RGB is 194 - color contains mainly: red. Hex color #C287BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C287BE is #3D7841. Grayscale: #9E9E9E. Windows color (decimal): -4028482 or 12486594. OLE color: 12486594.
HSL color Cylindrical-coordinate representation of color #C287BE: hue angle of 304.07º 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 #C287BE is Cyan = 0, Magento = 0.30, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 135 | 190 | - |
| CMYK | 0 | 0.30 | 0.02 | 0.24 |
| HSL | 304.07º | 0.33% | 0.65% | - |
| HSV(B) | 304.07º | 0.3% | 0.76% | - |
| XYZ | 40.21 | 32.51 | 52.87 | - |
| YUV | 158.91 | 145.55 | 153.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 135 | 190 | 0 | 0.30 | 0.02 | 0.24 | 304.07 | 0.33 | 0.65 |
| Hex | C2 | 87 | BE | 0 | 1E | 2 | 18 | 130 | 21 | 41 |
| Octal | 302 | 207 | 276 | 0 | 36 | 2 | 30 | 460 | 41 | 101 |
| Binary | 11000010 | 10000111 | 10111110 | 0 | 11110 | 10 | 11000 | 100110000 | 100001 | 1000001 |
Color Harmonies of #C287BE
Complementary color
Monochromatic Colors of #C287BE
Black with #C287BE
Text Example
Text Example
White with #C287BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C287BE; }
p { color: rgb(194,135,190); }
H1.HeaderClassName
{
color: #C287BE;
}
.AnyTagClassName
{
color: #C287BE;
}
</style>
background-color css
<style>
a { background-color: #C287BE; }
a { background-color: rgb(194,135,190); }
div.DivClassName
{
background-color: #C287BE;
}
.BgClassName
{
background-color: #C287BE;
}
</style>
border-color css
<style>
span { border-color: #C287BE; }
span { border-color: rgb(194,135,190); }
td.TdClassName
{
border-color: #C287BE;
}
.TagClassName
{
border-color: #C287BE;
}
</style>