#C486EF

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

Shades of Wisteria #C486EF

Tints of Wisteria #C486EF

Color information

#C486EF (or 0xC486EF) is unknown color: approx Wisteria. HEX triplet: C4, 86 and EF. RGB value is (196,134,239). Sum of RGB (Red+Green+Blue) = 196+134+239=569 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.45% from 569); Green value is 134 (52.73% from 255 or 23.55% from 569); Blue value is 239 (93.75% from 255 or 42.00% from 569); Max value from RGB is 239 - color contains mainly: blue. Hex color #C486EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C486EF is #3B7910. Grayscale: #A4A4A4. Windows color (decimal): -3897617 or 15697604. OLE color: 15697604.

HSL color Cylindrical-coordinate representation of color #C486EF: hue angle of 275.43º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C486EF is Cyan = 0.18, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB196134239-
CMYK0.180.4400.06
HSL275.43º76.64%73.14%-
HSV(B)275.43º43.93%93.73%-
XYZ46.8735.0285.95-
YUV164.51170.04150.46-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 34.45%
GREEN value IS 134 (52.73% from 255) = 23.55%
BLUE value IS 239 (93.75% from 255) = 42.00%
R=34.45%
G=23.55%
B=42.00%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1961342390.180.4400.06275.4376.6473.14
HexC486EF122C061134d49
Octal304206357225406423115111
Binary11000100100001101110111110010101100011010001001110011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C486EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C486EF; }

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

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

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

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

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

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

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

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