#C595D6

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

Shades of Wisteria #C595D6

Tints of Wisteria #C595D6

Color information

#C595D6 (or 0xC595D6) is unknown color: approx Wisteria. HEX triplet: C5, 95 and D6. RGB value is (197,149,214). Sum of RGB (Red+Green+Blue) = 197+149+214=560 (74% of max value = 765). Red value is 197 (77.34% from 255 or 35.18% from 560); Green value is 149 (58.59% from 255 or 26.61% from 560); Blue value is 214 (83.98% from 255 or 38.21% from 560); Max value from RGB is 214 - color contains mainly: blue. Hex color #C595D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C595D6 is #3A6A29. Grayscale: #AAAAAA. Windows color (decimal): -3828266 or 14063045. OLE color: 14063045.

HSL color Cylindrical-coordinate representation of color #C595D6: hue angle of 284.31º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C595D6 is Cyan = 0.08, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB197149214-
CMYK0.080.3000.16
HSL284.31º44.22%71.18%-
HSV(B)284.31º30.37%83.92%-
XYZ45.9138.2268.58-
YUV170.76152.4146.71-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 35.18%
GREEN value IS 149 (58.59% from 255) = 26.61%
BLUE value IS 214 (83.98% from 255) = 38.21%
R=35.18%
G=26.61%
B=38.21%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1971492140.080.3000.16284.3144.2271.18
HexC595D681E01011c2c47
Octal305225326103602043454107
Binary1100010110010101110101101000111100100001000111001011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C595D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C595D6; }

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

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

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

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

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

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

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

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