Shades of Lilac #C286CE
Tints of Lilac #C286CE
RGB
CMYK
RGB Variations
Color information
#C286CE (or 0xC286CE) is known color: Lilac. HEX triplet: C2, 86 and CE. RGB value is (194,134,206). Sum of RGB (Red+Green+Blue) = 194+134+206=534 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.33% from 534); Green value is 134 (52.73% from 255 or 25.09% from 534); Blue value is 206 (80.86% from 255 or 38.58% from 534); Max value from RGB is 206 - color contains mainly: blue. Hex color #C286CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C286CE is #3D7931. Grayscale: #9F9F9F. Windows color (decimal): -4028722 or 13534914. OLE color: 13534914.
HSL color Cylindrical-coordinate representation of color #C286CE: hue angle of 290º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C286CE is Cyan = 0.06, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 194 | 134 | 206 | - |
| CMYK | 0.06 | 0.35 | 0 | 0.19 |
| HSL | 290º | 0.42% | 0.67% | - |
| HSV(B) | 290º | 0.35% | 0.81% | - |
| XYZ | 41.91 | 32.98 | 62.55 | - |
| YUV | 160.15 | 153.88 | 152.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 134 | 206 | 0.06 | 0.35 | 0 | 0.19 | 290 | 0.42 | 0.67 |
| Hex | C2 | 86 | CE | 6 | 23 | 0 | 13 | 122 | 2A | 43 |
| Octal | 302 | 206 | 316 | 6 | 43 | 0 | 23 | 442 | 52 | 103 |
| Binary | 11000010 | 10000110 | 11001110 | 110 | 100011 | 0 | 10011 | 100100010 | 101010 | 1000011 |
Color Harmonies of #C286CE
Complementary color
Monochromatic Colors of #C286CE
Black with #C286CE
Text Example
Text Example
White with #C286CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C286CE; }
p { color: rgb(194,134,206); }
H1.HeaderClassName
{
color: #C286CE;
}
.AnyTagClassName
{
color: #C286CE;
}
</style>
background-color css
<style>
a { background-color: #C286CE; }
a { background-color: rgb(194,134,206); }
div.DivClassName
{
background-color: #C286CE;
}
.BgClassName
{
background-color: #C286CE;
}
</style>
border-color css
<style>
span { border-color: #C286CE; }
span { border-color: rgb(194,134,206); }
td.TdClassName
{
border-color: #C286CE;
}
.TagClassName
{
border-color: #C286CE;
}
</style>