#C595DA

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

Shades of Wisteria #C595DA

Tints of Wisteria #C595DA

Color information

#C595DA (or 0xC595DA) is unknown color: approx Wisteria. HEX triplet: C5, 95 and DA. RGB value is (197,149,218). Sum of RGB (Red+Green+Blue) = 197+149+218=564 (74% of max value = 765). Red value is 197 (77.34% from 255 or 34.93% from 564); Green value is 149 (58.59% from 255 or 26.42% from 564); Blue value is 218 (85.55% from 255 or 38.65% from 564); Max value from RGB is 218 - color contains mainly: blue. Hex color #C595DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C595DA is #3A6A25. Grayscale: #AAAAAA. Windows color (decimal): -3828262 or 14325189. OLE color: 14325189.

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

Color convert

RGB197149218-
CMYK0.100.3200.15
HSL281.74º48.25%71.96%-
HSV(B)281.74º31.65%85.49%-
XYZ46.4338.4371.3-
YUV171.22154.4146.39-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 34.93%
GREEN value IS 149 (58.59% from 255) = 26.42%
BLUE value IS 218 (85.55% from 255) = 38.65%
R=34.93%
G=26.42%
B=38.65%

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
Decimal1971492180.100.3200.15281.7448.2571.96
HexC595DAA200F11a3048
Octal305225332124001743260110
Binary1100010110010101110110101010100000011111000110101100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C595DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C595DA; }

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

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

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

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

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

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

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

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