#C286DE

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

Shades of Wisteria #C286DE

Tints of Wisteria #C286DE

Color information

#C286DE (or 0xC286DE) is unknown color: approx Wisteria. HEX triplet: C2, 86 and DE. RGB value is (194,134,222). Sum of RGB (Red+Green+Blue) = 194+134+222=550 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.27% from 550); Green value is 134 (52.73% from 255 or 24.36% from 550); Blue value is 222 (87.11% from 255 or 40.36% from 550); Max value from RGB is 222 - color contains mainly: blue. Hex color #C286DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C286DE is #3D7921. Grayscale: #A1A1A1. Windows color (decimal): -4028706 or 14583490. OLE color: 14583490.

HSL color Cylindrical-coordinate representation of color #C286DE: hue angle of 280.91º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C286DE is Cyan = 0.13, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB194134222-
CMYK0.130.4000.13
HSL280.91º57.14%69.8%-
HSV(B)280.91º39.64%87.06%-
XYZ43.9633.7973.31-
YUV161.97161.88150.84-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.27%
GREEN value IS 134 (52.73% from 255) = 24.36%
BLUE value IS 222 (87.11% from 255) = 40.36%
R=35.27%
G=24.36%
B=40.36%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1941342220.130.4000.13280.9157.1469.8
HexC286DED280D1193946
Octal302206336155001543171106
Binary1100001010000110110111101101101000011011000110011110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C286DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C286DE; }

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

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

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

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

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

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

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

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