#C486EB

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

Shades of Wisteria #C486EB

Tints of Wisteria #C486EB

Color information

#C486EB (or 0xC486EB) is unknown color: approx Wisteria. HEX triplet: C4, 86 and EB. RGB value is (196,134,235). Sum of RGB (Red+Green+Blue) = 196+134+235=565 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.69% from 565); Green value is 134 (52.73% from 255 or 23.72% from 565); Blue value is 235 (92.19% from 255 or 41.59% from 565); Max value from RGB is 235 - color contains mainly: blue. Hex color #C486EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C486EB is #3B7914. Grayscale: #A3A3A3. Windows color (decimal): -3897621 or 15435460. OLE color: 15435460.

HSL color Cylindrical-coordinate representation of color #C486EB: hue angle of 276.83º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C486EB is Cyan = 0.17, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB196134235-
CMYK0.170.4300.08
HSL276.83º71.63%72.35%-
HSV(B)276.83º42.98%92.16%-
XYZ46.2934.7882.87-
YUV164.05168.04150.79-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 34.69%
GREEN value IS 134 (52.73% from 255) = 23.72%
BLUE value IS 235 (92.19% from 255) = 41.59%
R=34.69%
G=23.72%
B=41.59%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1961342350.170.4300.08276.8371.6372.35
HexC486EB112B081154848
Octal3042063532153010425110110
Binary110001001000011011101011100011010110100010001010110010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C486EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C486EB; }

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

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

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

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

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

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

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

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