#C486ED

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

Shades of Wisteria #C486ED

Tints of Wisteria #C486ED

Color information

#C486ED (or 0xC486ED) is unknown color: approx Wisteria. HEX triplet: C4, 86 and ED. RGB value is (196,134,237). Sum of RGB (Red+Green+Blue) = 196+134+237=567 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.57% from 567); Green value is 134 (52.73% from 255 or 23.63% from 567); Blue value is 237 (92.97% from 255 or 41.80% from 567); Max value from RGB is 237 - color contains mainly: blue. Hex color #C486ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C486ED is #3B7912. Grayscale: #A3A3A3. Windows color (decimal): -3897619 or 15566532. OLE color: 15566532.

HSL color Cylindrical-coordinate representation of color #C486ED: hue angle of 276.12º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C486ED is Cyan = 0.17, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB196134237-
CMYK0.170.4300.07
HSL276.12º74.1%72.75%-
HSV(B)276.12º43.46%92.94%-
XYZ46.5834.984.4-
YUV164.28169.04150.62-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 34.57%
GREEN value IS 134 (52.73% from 255) = 23.63%
BLUE value IS 237 (92.97% from 255) = 41.80%
R=34.57%
G=23.63%
B=41.80%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1961342370.170.4300.07276.1274.172.75
HexC486ED112B071144a49
Octal304206355215307424112111
Binary11000100100001101110110110001101011011110001010010010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C486ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C486ED; }

 p { color: rgb(196,134,237); }

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

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

 a { background-color: rgb(196,134,237); }

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

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

 span { border-color: rgb(196,134,237); }

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