#C286C5

Color #C286C5 Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lilac #C286C5

Tints of Lilac #C286C5

Color information

#C286C5 (or 0xC286C5) is unknown color: approx Lilac. HEX triplet: C2, 86 and C5. RGB value is (194,134,197). Sum of RGB (Red+Green+Blue) = 194+134+197=525 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.95% from 525); Green value is 134 (52.73% from 255 or 25.52% from 525); Blue value is 197 (77.34% from 255 or 37.52% from 525); Max value from RGB is 197 - color contains mainly: blue. Hex color #C286C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C286C5 is #3D793A. Grayscale: #9E9E9E. Windows color (decimal): -4028731 or 12945090. OLE color: 12945090.

HSL color Cylindrical-coordinate representation of color #C286C5: hue angle of 297.14º degrees, saturation: 0.35, 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 #C286C5 is Cyan = 0.02, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB194134197-
CMYK0.020.3200.23
HSL297.14º35.2%64.9%-
HSV(B)297.14º31.98%77.25%-
XYZ40.8532.5556.95-
YUV159.12149.38152.88-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 194 (76.17% from 255) = 36.95%
GREEN value IS 134 (52.73% from 255) = 25.52%
BLUE value IS 197 (77.34% from 255) = 37.52%
R=36.95%
G=25.52%
B=37.52%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1941341970.020.3200.23297.1435.264.9
HexC286C52200171292341
Octal30220630524002745143101
Binary110000101000011011000101101000000101111001010011000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C286C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C286C5; }

 p { color: rgb(194,134,197); }

 H1.HeaderClassName
 {
   color: #C286C5;
 }
 .AnyTagClassName
 {
   color: #C286C5;
 }
</style>
background-color css

<style>
 a { background-color: #C286C5; }

 a { background-color: rgb(194,134,197); }

 div.DivClassName
 {
   background-color: #C286C5;
 }
 .BgClassName
 {
   background-color: #C286C5;
 }
</style>
border-color css

<style>
 span { border-color: #C286C5; }

 span { border-color: rgb(194,134,197); }

 td.TdClassName
 {
   border-color: #C286C5;
 }
 .TagClassName
 {
   border-color: #C286C5;
 }
</style>