#C395DA

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

Shades of Wisteria #C395DA

Tints of Wisteria #C395DA

Color information

#C395DA (or 0xC395DA) is unknown color: approx Wisteria. HEX triplet: C3, 95 and DA. RGB value is (195,149,218). Sum of RGB (Red+Green+Blue) = 195+149+218=562 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.70% from 562); Green value is 149 (58.59% from 255 or 26.51% from 562); Blue value is 218 (85.55% from 255 or 38.79% from 562); Max value from RGB is 218 - color contains mainly: blue. Hex color #C395DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C395DA is #3C6A25. Grayscale: #AAAAAA. Windows color (decimal): -3959334 or 14325187. OLE color: 14325187.

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

Color convert

RGB195149218-
CMYK0.110.3200.15
HSL280º48.25%71.96%-
HSV(B)280º31.65%85.49%-
XYZ45.9138.1671.28-
YUV170.62154.74145.39-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 34.70%
GREEN value IS 149 (58.59% from 255) = 26.51%
BLUE value IS 218 (85.55% from 255) = 38.79%
R=34.70%
G=26.51%
B=38.79%

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
Decimal1951492180.110.3200.1528048.2571.96
HexC395DAB200F1183048
Octal303225332134001743060110
Binary1100001110010101110110101011100000011111000110001100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C395DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C395DA; }

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

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

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

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

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

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

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

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