Shades of Lilac #C287CC
Tints of Lilac #C287CC
RGB
CMYK
RGB Variations
Color information
#C287CC (or 0xC287CC) is known color: Lilac. HEX triplet: C2, 87 and CC. RGB value is (194,135,204). Sum of RGB (Red+Green+Blue) = 194+135+204=533 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.40% from 533); Green value is 135 (53.12% from 255 or 25.33% from 533); Blue value is 204 (80.08% from 255 or 38.27% from 533); Max value from RGB is 204 - color contains mainly: blue. Hex color #C287CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C287CC is #3D7833. Grayscale: #A0A0A0. Windows color (decimal): -4028468 or 13404098. OLE color: 13404098.
HSL color Cylindrical-coordinate representation of color #C287CC: hue angle of 291.3º 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 #C287CC is Cyan = 0.05, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 194 | 135 | 204 | - |
| CMYK | 0.05 | 0.34 | 0 | 0.2 |
| HSL | 291.3º | 0.4% | 0.66% | - |
| HSV(B) | 291.3º | 0.34% | 0.8% | - |
| XYZ | 41.81 | 33.16 | 61.32 | - |
| YUV | 160.51 | 152.55 | 151.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 135 | 204 | 0.05 | 0.34 | 0 | 0.2 | 291.3 | 0.4 | 0.66 |
| Hex | C2 | 87 | CC | 5 | 22 | 0 | 14 | 123 | 28 | 42 |
| Octal | 302 | 207 | 314 | 5 | 42 | 0 | 24 | 443 | 50 | 102 |
| Binary | 11000010 | 10000111 | 11001100 | 101 | 100010 | 0 | 10100 | 100100011 | 101000 | 1000010 |
Color Harmonies of #C287CC
Complementary color
Monochromatic Colors of #C287CC
Black with #C287CC
Text Example
Text Example
White with #C287CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C287CC; }
p { color: rgb(194,135,204); }
H1.HeaderClassName
{
color: #C287CC;
}
.AnyTagClassName
{
color: #C287CC;
}
</style>
background-color css
<style>
a { background-color: #C287CC; }
a { background-color: rgb(194,135,204); }
div.DivClassName
{
background-color: #C287CC;
}
.BgClassName
{
background-color: #C287CC;
}
</style>
border-color css
<style>
span { border-color: #C287CC; }
span { border-color: rgb(194,135,204); }
td.TdClassName
{
border-color: #C287CC;
}
.TagClassName
{
border-color: #C287CC;
}
</style>