#C384DA

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

Shades of Wisteria #C384DA

Tints of Wisteria #C384DA

Color information

#C384DA (or 0xC384DA) is unknown color: approx Wisteria. HEX triplet: C3, 84 and DA. RGB value is (195,132,218). Sum of RGB (Red+Green+Blue) = 195+132+218=545 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.78% from 545); Green value is 132 (51.95% from 255 or 24.22% from 545); Blue value is 218 (85.55% from 255 or 40% from 545); Max value from RGB is 218 - color contains mainly: blue. Hex color #C384DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C384DA is #3C7B25. Grayscale: #A0A0A0. Windows color (decimal): -3963686 or 14320835. OLE color: 14320835.

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

Color convert

RGB195132218-
CMYK0.110.3900.15
HSL283.95º53.75%68.63%-
HSV(B)283.95º39.45%85.49%-
XYZ43.4133.1770.44-
YUV160.64160.37152.51-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 35.78%
GREEN value IS 132 (51.95% from 255) = 24.22%
BLUE value IS 218 (85.55% from 255) = 40%
R=35.78%
G=24.22%
B=40%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1951322180.110.3900.15283.9553.7568.63
HexC384DAB270F11c3645
Octal303204332134701743466105
Binary1100001110000100110110101011100111011111000111001101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C384DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C384DA; }

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

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

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

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

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

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

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

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