Shades of Lilac #C286C6
Tints of Lilac #C286C6
RGB
CMYK
RGB Variations
Color information
#C286C6 (or 0xC286C6) is known color: Lilac. HEX triplet: C2, 86 and C6. RGB value is (194,134,198). Sum of RGB (Red+Green+Blue) = 194+134+198=526 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.88% from 526); Green value is 134 (52.73% from 255 or 25.48% from 526); Blue value is 198 (77.73% from 255 or 37.64% from 526); Max value from RGB is 198 - color contains mainly: blue. Hex color #C286C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C286C6 is #3D7939. Grayscale: #9F9F9F. Windows color (decimal): -4028730 or 13010626. OLE color: 13010626.
HSL color Cylindrical-coordinate representation of color #C286C6: hue angle of 296.25º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C286C6 is Cyan = 0.02, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 194 | 134 | 198 | - |
| CMYK | 0.02 | 0.32 | 0 | 0.22 |
| HSL | 296.25º | 0.36% | 0.65% | - |
| HSV(B) | 296.25º | 0.32% | 0.78% | - |
| XYZ | 40.97 | 32.6 | 57.56 | - |
| YUV | 159.24 | 149.88 | 152.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 134 | 198 | 0.02 | 0.32 | 0 | 0.22 | 296.25 | 0.36 | 0.65 |
| Hex | C2 | 86 | C6 | 2 | 20 | 0 | 16 | 128 | 24 | 41 |
| Octal | 302 | 206 | 306 | 2 | 40 | 0 | 26 | 450 | 44 | 101 |
| Binary | 11000010 | 10000110 | 11000110 | 10 | 100000 | 0 | 10110 | 100101000 | 100100 | 1000001 |
Color Harmonies of #C286C6
Complementary color
Monochromatic Colors of #C286C6
Black with #C286C6
Text Example
Text Example
White with #C286C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C286C6; }
p { color: rgb(194,134,198); }
H1.HeaderClassName
{
color: #C286C6;
}
.AnyTagClassName
{
color: #C286C6;
}
</style>
background-color css
<style>
a { background-color: #C286C6; }
a { background-color: rgb(194,134,198); }
div.DivClassName
{
background-color: #C286C6;
}
.BgClassName
{
background-color: #C286C6;
}
</style>
border-color css
<style>
span { border-color: #C286C6; }
span { border-color: rgb(194,134,198); }
td.TdClassName
{
border-color: #C286C6;
}
.TagClassName
{
border-color: #C286C6;
}
</style>