#C381DA

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

Shades of Wisteria #C381DA

Tints of Wisteria #C381DA

Color information

#C381DA (or 0xC381DA) is unknown color: approx Wisteria. HEX triplet: C3, 81 and DA. RGB value is (195,129,218). Sum of RGB (Red+Green+Blue) = 195+129+218=542 (71% of max value = 765). Red value is 195 (76.56% from 255 or 35.98% from 542); Green value is 129 (50.78% from 255 or 23.80% from 542); Blue value is 218 (85.55% from 255 or 40.22% from 542); Max value from RGB is 218 - color contains mainly: blue. Hex color #C381DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C381DA is #3C7E25. Grayscale: #9E9E9E. Windows color (decimal): -3964454 or 14320067. OLE color: 14320067.

HSL color Cylindrical-coordinate representation of color #C381DA: hue angle of 284.49º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C381DA is Cyan = 0.11, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB195129218-
CMYK0.110.4100.15
HSL284.49º54.6%68.04%-
HSV(B)284.49º40.83%85.49%-
XYZ43.0132.3670.31-
YUV158.88161.37153.76-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 35.98%
GREEN value IS 129 (50.78% from 255) = 23.80%
BLUE value IS 218 (85.55% from 255) = 40.22%
R=35.98%
G=23.80%
B=40.22%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1951292180.110.4100.15284.4954.668.04
HexC381DAB290F11c3744
Octal303201332135101743467104
Binary1100001110000001110110101011101001011111000111001101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C381DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C381DA; }

 p { color: rgb(195,129,218); }

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

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

 a { background-color: rgb(195,129,218); }

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

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

 span { border-color: rgb(195,129,218); }

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