#C386ED

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

Shades of Wisteria #C386ED

Tints of Wisteria #C386ED

Color information

#C386ED (or 0xC386ED) is unknown color: approx Wisteria. HEX triplet: C3, 86 and ED. RGB value is (195,134,237). Sum of RGB (Red+Green+Blue) = 195+134+237=566 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.45% from 566); Green value is 134 (52.73% from 255 or 23.67% from 566); Blue value is 237 (92.97% from 255 or 41.87% from 566); Max value from RGB is 237 - color contains mainly: blue. Hex color #C386ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C386ED is #3C7912. Grayscale: #A3A3A3. Windows color (decimal): -3963155 or 15566531. OLE color: 15566531.

HSL color Cylindrical-coordinate representation of color #C386ED: hue angle of 275.53º 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 #C386ED is Cyan = 0.18, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB195134237-
CMYK0.180.4300.07
HSL275.53º74.1%72.75%-
HSV(B)275.53º43.46%92.94%-
XYZ46.3234.7784.39-
YUV163.98169.21150.12-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 34.45%
GREEN value IS 134 (52.73% from 255) = 23.67%
BLUE value IS 237 (92.97% from 255) = 41.87%
R=34.45%
G=23.67%
B=41.87%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1951342370.180.4300.07275.5374.172.75
HexC386ED122B071144a49
Octal303206355225307424112111
Binary11000011100001101110110110010101011011110001010010010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C386ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C386ED; }

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

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

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

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

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

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

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

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