Shades of Lilac #C287BF
Tints of Lilac #C287BF
RGB
CMYK
RGB Variations
Color information
#C287BF (or 0xC287BF) is known color: Lilac. HEX triplet: C2, 87 and BF. RGB value is (194,135,191). Sum of RGB (Red+Green+Blue) = 194+135+191=520 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.31% from 520); Green value is 135 (53.12% from 255 or 25.96% from 520); Blue value is 191 (75% from 255 or 36.73% from 520); Max value from RGB is 194 - color contains mainly: red. Hex color #C287BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C287BF is #3D7840. Grayscale: #9E9E9E. Windows color (decimal): -4028481 or 12552130. OLE color: 12552130.
HSL color Cylindrical-coordinate representation of color #C287BF: hue angle of 303.05º 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 #C287BF is Cyan = 0, Magento = 0.30, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 135 | 191 | - |
| CMYK | 0 | 0.30 | 0.02 | 0.24 |
| HSL | 303.05º | 0.33% | 0.65% | - |
| HSV(B) | 303.05º | 0.3% | 0.76% | - |
| XYZ | 40.32 | 32.56 | 53.45 | - |
| YUV | 159.03 | 146.05 | 152.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 135 | 191 | 0 | 0.30 | 0.02 | 0.24 | 303.05 | 0.33 | 0.65 |
| Hex | C2 | 87 | BF | 0 | 1E | 2 | 18 | 12F | 21 | 41 |
| Octal | 302 | 207 | 277 | 0 | 36 | 2 | 30 | 457 | 41 | 101 |
| Binary | 11000010 | 10000111 | 10111111 | 0 | 11110 | 10 | 11000 | 100101111 | 100001 | 1000001 |
Color Harmonies of #C287BF
Complementary color
Monochromatic Colors of #C287BF
Black with #C287BF
Text Example
Text Example
White with #C287BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C287BF; }
p { color: rgb(194,135,191); }
H1.HeaderClassName
{
color: #C287BF;
}
.AnyTagClassName
{
color: #C287BF;
}
</style>
background-color css
<style>
a { background-color: #C287BF; }
a { background-color: rgb(194,135,191); }
div.DivClassName
{
background-color: #C287BF;
}
.BgClassName
{
background-color: #C287BF;
}
</style>
border-color css
<style>
span { border-color: #C287BF; }
span { border-color: rgb(194,135,191); }
td.TdClassName
{
border-color: #C287BF;
}
.TagClassName
{
border-color: #C287BF;
}
</style>