#C286BE

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

Shades of Lilac #C286BE

Tints of Lilac #C286BE

Color information

#C286BE (or 0xC286BE) is unknown color: approx Lilac. HEX triplet: C2, 86 and BE. RGB value is (194,134,190). Sum of RGB (Red+Green+Blue) = 194+134+190=518 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.45% from 518); Green value is 134 (52.73% from 255 or 25.87% from 518); Blue value is 190 (74.61% from 255 or 36.68% from 518); Max value from RGB is 194 - color contains mainly: red. Hex color #C286BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C286BE is #3D7941. Grayscale: #9E9E9E. Windows color (decimal): -4028738 or 12486338. OLE color: 12486338.

HSL color Cylindrical-coordinate representation of color #C286BE: hue angle of 304º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C286BE is Cyan = 0, Magento = 0.31, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB194134190-
CMYK00.310.020.24
HSL304º32.97%64.31%-
HSV(B)304º30.93%76.08%-
XYZ40.0732.2452.83-
YUV158.32145.88153.45-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.45%
GREEN value IS 134 (52.73% from 255) = 25.87%
BLUE value IS 190 (74.61% from 255) = 36.68%
R=37.45%
G=25.87%
B=36.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19413419000.310.020.2430432.9764.31
HexC286BE01F2181302140
Octal30220627603723046041100
Binary11000010100001101011111001111110110001001100001000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C286BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C286BE; }

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

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

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

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

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

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

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

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