#C597DA

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

Shades of Wisteria #C597DA

Tints of Wisteria #C597DA

Color information

#C597DA (or 0xC597DA) is unknown color: approx Wisteria. HEX triplet: C5, 97 and DA. RGB value is (197,151,218). Sum of RGB (Red+Green+Blue) = 197+151+218=566 (74% of max value = 765). Red value is 197 (77.34% from 255 or 34.81% from 566); Green value is 151 (59.38% from 255 or 26.68% from 566); Blue value is 218 (85.55% from 255 or 38.52% from 566); Max value from RGB is 218 - color contains mainly: blue. Hex color #C597DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C597DA is #3A6825. Grayscale: #ACACAC. Windows color (decimal): -3827750 or 14325701. OLE color: 14325701.

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

Color convert

RGB197151218-
CMYK0.100.3100.15
HSL281.19º47.52%72.35%-
HSV(B)281.19º30.73%85.49%-
XYZ46.7539.0771.41-
YUV172.39153.74145.55-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 34.81%
GREEN value IS 151 (59.38% from 255) = 26.68%
BLUE value IS 218 (85.55% from 255) = 38.52%
R=34.81%
G=26.68%
B=38.52%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1971512180.100.3100.15281.1947.5272.35
HexC597DAA1F0F1193048
Octal305227332123701743160110
Binary110001011001011111011010101011111011111000110011100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C597DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C597DA; }

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

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

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

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

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

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

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

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