Shades of Lilac #C286C3
Tints of Lilac #C286C3
RGB
CMYK
RGB Variations
Color information
#C286C3 (or 0xC286C3) is known color: Lilac. HEX triplet: C2, 86 and C3. RGB value is (194,134,195). Sum of RGB (Red+Green+Blue) = 194+134+195=523 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.09% from 523); Green value is 134 (52.73% from 255 or 25.62% from 523); Blue value is 195 (76.56% from 255 or 37.28% from 523); Max value from RGB is 195 - color contains mainly: blue. Hex color #C286C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C286C3 is #3D793C. Grayscale: #9E9E9E. Windows color (decimal): -4028733 or 12814018. OLE color: 12814018.
HSL color Cylindrical-coordinate representation of color #C286C3: hue angle of 299.02º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C286C3 is Cyan = 0.01, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 134 | 195 | - |
| CMYK | 0.01 | 0.31 | 0 | 0.24 |
| HSL | 299.02º | 0.34% | 0.65% | - |
| HSV(B) | 299.02º | 0.31% | 0.76% | - |
| XYZ | 40.62 | 32.46 | 55.75 | - |
| YUV | 158.89 | 148.38 | 153.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 134 | 195 | 0.01 | 0.31 | 0 | 0.24 | 299.02 | 0.34 | 0.65 |
| Hex | C2 | 86 | C3 | 1 | 1F | 0 | 18 | 12B | 22 | 41 |
| Octal | 302 | 206 | 303 | 1 | 37 | 0 | 30 | 453 | 42 | 101 |
| Binary | 11000010 | 10000110 | 11000011 | 1 | 11111 | 0 | 11000 | 100101011 | 100010 | 1000001 |
Color Harmonies of #C286C3
Complementary color
Monochromatic Colors of #C286C3
Black with #C286C3
Text Example
Text Example
White with #C286C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C286C3; }
p { color: rgb(194,134,195); }
H1.HeaderClassName
{
color: #C286C3;
}
.AnyTagClassName
{
color: #C286C3;
}
</style>
background-color css
<style>
a { background-color: #C286C3; }
a { background-color: rgb(194,134,195); }
div.DivClassName
{
background-color: #C286C3;
}
.BgClassName
{
background-color: #C286C3;
}
</style>
border-color css
<style>
span { border-color: #C286C3; }
span { border-color: rgb(194,134,195); }
td.TdClassName
{
border-color: #C286C3;
}
.TagClassName
{
border-color: #C286C3;
}
</style>