#C386F0

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

Shades of Wisteria #C386F0

Tints of Wisteria #C386F0

Color information

#C386F0 (or 0xC386F0) is unknown color: approx Wisteria. HEX triplet: C3, 86 and F0. RGB value is (195,134,240). Sum of RGB (Red+Green+Blue) = 195+134+240=569 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.27% from 569); Green value is 134 (52.73% from 255 or 23.55% from 569); Blue value is 240 (94.14% from 255 or 42.18% from 569); Max value from RGB is 240 - color contains mainly: blue. Hex color #C386F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C386F0 is #3C790F. Grayscale: #A3A3A3. Windows color (decimal): -3963152 or 15763139. OLE color: 15763139.

HSL color Cylindrical-coordinate representation of color #C386F0: hue angle of 274.53º degrees, saturation: 0.78, 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 #C386F0 is Cyan = 0.19, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB195134240-
CMYK0.190.4400.06
HSL274.53º77.94%73.33%-
HSV(B)274.53º44.17%94.12%-
XYZ46.7634.9486.72-
YUV164.32170.71149.88-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 34.27%
GREEN value IS 134 (52.73% from 255) = 23.55%
BLUE value IS 240 (94.14% from 255) = 42.18%
R=34.27%
G=23.55%
B=42.18%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1951342400.190.4400.06274.5377.9473.33
HexC386F0132C061134e49
Octal303206360235406423116111
Binary11000011100001101111000010011101100011010001001110011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C386F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C386F0; }

 p { color: rgb(195,134,240); }

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

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

 a { background-color: rgb(195,134,240); }

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

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

 span { border-color: rgb(195,134,240); }

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