#C386CF

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

Shades of Wisteria #C386CF

Tints of Wisteria #C386CF

Color information

#C386CF (or 0xC386CF) is unknown color: approx Wisteria. HEX triplet: C3, 86 and CF. RGB value is (195,134,207). Sum of RGB (Red+Green+Blue) = 195+134+207=536 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.38% from 536); Green value is 134 (52.73% from 255 or 25% from 536); Blue value is 207 (81.25% from 255 or 38.62% from 536); Max value from RGB is 207 - color contains mainly: blue. Hex color #C386CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C386CF is #3C7930. Grayscale: #A0A0A0. Windows color (decimal): -3963185 or 13600451. OLE color: 13600451.

HSL color Cylindrical-coordinate representation of color #C386CF: hue angle of 290.14º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C386CF is Cyan = 0.06, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB195134207-
CMYK0.060.3500.19
HSL290.14º43.2%66.86%-
HSV(B)290.14º35.27%81.18%-
XYZ42.2933.1663.2-
YUV160.56154.21152.56-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 36.38%
GREEN value IS 134 (52.73% from 255) = 25%
BLUE value IS 207 (81.25% from 255) = 38.62%
R=36.38%
G=25%
B=38.62%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1951342070.060.3500.19290.1443.266.86
HexC386CF6230131222b43
Octal30320631764302344253103
Binary1100001110000110110011111101000110100111001000101010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C386CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C386CF; }

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

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

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

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

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

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

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

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