#C393D9

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

Shades of Wisteria #C393D9

Tints of Wisteria #C393D9

Color information

#C393D9 (or 0xC393D9) is unknown color: approx Wisteria. HEX triplet: C3, 93 and D9. RGB value is (195,147,217). Sum of RGB (Red+Green+Blue) = 195+147+217=559 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.88% from 559); Green value is 147 (57.81% from 255 or 26.30% from 559); Blue value is 217 (85.16% from 255 or 38.82% from 559); Max value from RGB is 217 - color contains mainly: blue. Hex color #C393D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C393D9 is #3C6C26. Grayscale: #A9A9A9. Windows color (decimal): -3959847 or 14259139. OLE color: 14259139.

HSL color Cylindrical-coordinate representation of color #C393D9: hue angle of 281.14º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C393D9 is Cyan = 0.10, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB195147217-
CMYK0.100.3200.15
HSL281.14º47.95%71.37%-
HSV(B)281.14º32.26%85.1%-
XYZ45.4637.4870.48-
YUV169.33154.9146.31-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 34.88%
GREEN value IS 147 (57.81% from 255) = 26.30%
BLUE value IS 217 (85.16% from 255) = 38.82%
R=34.88%
G=26.30%
B=38.82%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1951472170.100.3200.15281.1447.9571.37
HexC393D9A200F1193047
Octal303223331124001743160107
Binary1100001110010011110110011010100000011111000110011100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C393D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C393D9; }

 p { color: rgb(195,147,217); }

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

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

 a { background-color: rgb(195,147,217); }

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

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

 span { border-color: rgb(195,147,217); }

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