#C597DD

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

Shades of Wisteria #C597DD

Tints of Wisteria #C597DD

Color information

#C597DD (or 0xC597DD) is unknown color: approx Wisteria. HEX triplet: C5, 97 and DD. RGB value is (197,151,221). Sum of RGB (Red+Green+Blue) = 197+151+221=569 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.62% from 569); Green value is 151 (59.38% from 255 or 26.54% from 569); Blue value is 221 (86.72% from 255 or 38.84% from 569); Max value from RGB is 221 - color contains mainly: blue. Hex color #C597DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C597DD is #3A6822. Grayscale: #ACACAC. Windows color (decimal): -3827747 or 14522309. OLE color: 14522309.

HSL color Cylindrical-coordinate representation of color #C597DD: hue angle of 279.43º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C597DD is Cyan = 0.11, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB197151221-
CMYK0.110.3200.13
HSL279.43º50.72%72.94%-
HSV(B)279.43º31.67%86.67%-
XYZ47.1439.2273.49-
YUV172.73155.24145.31-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 34.62%
GREEN value IS 151 (59.38% from 255) = 26.54%
BLUE value IS 221 (86.72% from 255) = 38.84%
R=34.62%
G=26.54%
B=38.84%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1971512210.110.3200.13279.4350.7272.94
HexC597DDB200D1173349
Octal305227335134001542763111
Binary1100010110010111110111011011100000011011000101111100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C597DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C597DD; }

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

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

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

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

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

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

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

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