#C382DF

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

Shades of Wisteria #C382DF

Tints of Wisteria #C382DF

Color information

#C382DF (or 0xC382DF) is unknown color: approx Wisteria. HEX triplet: C3, 82 and DF. RGB value is (195,130,223). Sum of RGB (Red+Green+Blue) = 195+130+223=548 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.58% from 548); Green value is 130 (51.17% from 255 or 23.72% from 548); Blue value is 223 (87.5% from 255 or 40.69% from 548); Max value from RGB is 223 - color contains mainly: blue. Hex color #C382DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C382DF is #3C7D20. Grayscale: #9F9F9F. Windows color (decimal): -3964193 or 14648003. OLE color: 14648003.

HSL color Cylindrical-coordinate representation of color #C382DF: hue angle of 281.94º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C382DF is Cyan = 0.13, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB195130223-
CMYK0.130.4200.13
HSL281.94º59.24%69.22%-
HSV(B)281.94º41.7%87.45%-
XYZ43.8132.973.85-
YUV160.04163.53152.94-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 35.58%
GREEN value IS 130 (51.17% from 255) = 23.72%
BLUE value IS 223 (87.5% from 255) = 40.69%
R=35.58%
G=23.72%
B=40.69%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1951302230.130.4200.13281.9459.2469.22
HexC382DFD2A0D11a3b45
Octal303202337155201543273105
Binary1100001110000010110111111101101010011011000110101110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C382DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C382DF; }

 p { color: rgb(195,130,223); }

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

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

 a { background-color: rgb(195,130,223); }

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

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

 span { border-color: rgb(195,130,223); }

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