#C394DA

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

Shades of Wisteria #C394DA

Tints of Wisteria #C394DA

Color information

#C394DA (or 0xC394DA) is unknown color: approx Wisteria. HEX triplet: C3, 94 and DA. RGB value is (195,148,218). Sum of RGB (Red+Green+Blue) = 195+148+218=561 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.76% from 561); Green value is 148 (58.20% from 255 or 26.38% from 561); Blue value is 218 (85.55% from 255 or 38.86% from 561); Max value from RGB is 218 - color contains mainly: blue. Hex color #C394DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C394DA is #3C6B25. Grayscale: #A9A9A9. Windows color (decimal): -3959590 or 14324931. OLE color: 14324931.

HSL color Cylindrical-coordinate representation of color #C394DA: hue angle of 280.29º degrees, saturation: 0.49, 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 #C394DA is Cyan = 0.11, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB195148218-
CMYK0.110.3200.15
HSL280.29º48.61%71.76%-
HSV(B)280.29º32.11%85.49%-
XYZ45.7537.8471.22-
YUV170.03155.07145.81-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 34.76%
GREEN value IS 148 (58.20% from 255) = 26.38%
BLUE value IS 218 (85.55% from 255) = 38.86%
R=34.76%
G=26.38%
B=38.86%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1951482180.110.3200.15280.2948.6171.76
HexC394DAB200F1183148
Octal303224332134001743061110
Binary1100001110010100110110101011100000011111000110001100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C394DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C394DA; }

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

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

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

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

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

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

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

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