#C394D9

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

Shades of Wisteria #C394D9

Tints of Wisteria #C394D9

Color information

#C394D9 (or 0xC394D9) is unknown color: approx Wisteria. HEX triplet: C3, 94 and D9. RGB value is (195,148,217). Sum of RGB (Red+Green+Blue) = 195+148+217=560 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.82% from 560); Green value is 148 (58.20% from 255 or 26.43% from 560); Blue value is 217 (85.16% from 255 or 38.75% from 560); Max value from RGB is 217 - color contains mainly: blue. Hex color #C394D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C394D9 is #3C6B26. Grayscale: #A9A9A9. Windows color (decimal): -3959591 or 14259395. OLE color: 14259395.

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

Color convert

RGB195148217-
CMYK0.100.3200.15
HSL280.87º47.59%71.57%-
HSV(B)280.87º31.8%85.1%-
XYZ45.6237.7970.54-
YUV169.92154.57145.89-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 34.82%
GREEN value IS 148 (58.20% from 255) = 26.43%
BLUE value IS 217 (85.16% from 255) = 38.75%
R=34.82%
G=26.43%
B=38.75%

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
Decimal1951482170.100.3200.15280.8747.5971.57
HexC394D9A200F1193048
Octal303224331124001743160110
Binary1100001110010100110110011010100000011111000110011100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C394D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C394D9; }

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

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

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

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

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

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

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

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