#C386DD

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

Shades of Wisteria #C386DD

Tints of Wisteria #C386DD

Color information

#C386DD (or 0xC386DD) is unknown color: approx Wisteria. HEX triplet: C3, 86 and DD. RGB value is (195,134,221). Sum of RGB (Red+Green+Blue) = 195+134+221=550 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.45% from 550); Green value is 134 (52.73% from 255 or 24.36% from 550); Blue value is 221 (86.72% from 255 or 40.18% from 550); Max value from RGB is 221 - color contains mainly: blue. Hex color #C386DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C386DD is #3C7922. Grayscale: #A1A1A1. Windows color (decimal): -3963171 or 14517955. OLE color: 14517955.

HSL color Cylindrical-coordinate representation of color #C386DD: hue angle of 282.07º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C386DD is Cyan = 0.12, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB195134221-
CMYK0.120.3900.13
HSL282.07º56.13%69.61%-
HSV(B)282.07º39.37%86.67%-
XYZ44.0833.8772.62-
YUV162.16161.21151.43-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 35.45%
GREEN value IS 134 (52.73% from 255) = 24.36%
BLUE value IS 221 (86.72% from 255) = 40.18%
R=35.45%
G=24.36%
B=40.18%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1951342210.120.3900.13282.0756.1369.61
HexC386DDC270D11a3846
Octal303206335144701543270106
Binary1100001110000110110111011100100111011011000110101110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C386DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C386DD; }

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

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

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

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

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

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

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

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