Shades of Lilac #C286C4
Tints of Lilac #C286C4
RGB
CMYK
RGB Variations
Color information
#C286C4 (or 0xC286C4) is known color: Lilac. HEX triplet: C2, 86 and C4. RGB value is (194,134,196). Sum of RGB (Red+Green+Blue) = 194+134+196=524 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.02% from 524); Green value is 134 (52.73% from 255 or 25.57% from 524); Blue value is 196 (76.95% from 255 or 37.40% from 524); Max value from RGB is 196 - color contains mainly: blue. Hex color #C286C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C286C4 is #3D793B. Grayscale: #9E9E9E. Windows color (decimal): -4028732 or 12879554. OLE color: 12879554.
HSL color Cylindrical-coordinate representation of color #C286C4: hue angle of 298.06º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C286C4 is Cyan = 0.01, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 194 | 134 | 196 | - |
| CMYK | 0.01 | 0.32 | 0 | 0.23 |
| HSL | 298.06º | 0.34% | 0.65% | - |
| HSV(B) | 298.06º | 0.32% | 0.77% | - |
| XYZ | 40.74 | 32.51 | 56.35 | - |
| YUV | 159.01 | 148.88 | 152.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 134 | 196 | 0.01 | 0.32 | 0 | 0.23 | 298.06 | 0.34 | 0.65 |
| Hex | C2 | 86 | C4 | 1 | 20 | 0 | 17 | 12A | 22 | 41 |
| Octal | 302 | 206 | 304 | 1 | 40 | 0 | 27 | 452 | 42 | 101 |
| Binary | 11000010 | 10000110 | 11000100 | 1 | 100000 | 0 | 10111 | 100101010 | 100010 | 1000001 |
Color Harmonies of #C286C4
Complementary color
Monochromatic Colors of #C286C4
Black with #C286C4
Text Example
Text Example
White with #C286C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C286C4; }
p { color: rgb(194,134,196); }
H1.HeaderClassName
{
color: #C286C4;
}
.AnyTagClassName
{
color: #C286C4;
}
</style>
background-color css
<style>
a { background-color: #C286C4; }
a { background-color: rgb(194,134,196); }
div.DivClassName
{
background-color: #C286C4;
}
.BgClassName
{
background-color: #C286C4;
}
</style>
border-color css
<style>
span { border-color: #C286C4; }
span { border-color: rgb(194,134,196); }
td.TdClassName
{
border-color: #C286C4;
}
.TagClassName
{
border-color: #C286C4;
}
</style>