#C596DE

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

Shades of Wisteria #C596DE

Tints of Wisteria #C596DE

Color information

#C596DE (or 0xC596DE) is unknown color: approx Wisteria. HEX triplet: C5, 96 and DE. RGB value is (197,150,222). Sum of RGB (Red+Green+Blue) = 197+150+222=569 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.62% from 569); Green value is 150 (58.98% from 255 or 26.36% from 569); Blue value is 222 (87.11% from 255 or 39.02% from 569); Max value from RGB is 222 - color contains mainly: blue. Hex color #C596DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C596DE is #3A6921. Grayscale: #ACACAC. Windows color (decimal): -3828002 or 14587589. OLE color: 14587589.

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

Color convert

RGB197150222-
CMYK0.110.3200.13
HSL279.17º52.17%72.94%-
HSV(B)279.17º32.43%87.06%-
XYZ47.1238.9674.14-
YUV172.26156.07145.65-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 34.62%
GREEN value IS 150 (58.98% from 255) = 26.36%
BLUE value IS 222 (87.11% from 255) = 39.02%
R=34.62%
G=26.36%
B=39.02%

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
Decimal1971502220.110.3200.13279.1752.1772.94
HexC596DEB200D1173449
Octal305226336134001542764111
Binary1100010110010110110111101011100000011011000101111101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C596DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C596DE; }

 p { color: rgb(197,150,222); }

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

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

 a { background-color: rgb(197,150,222); }

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

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

 span { border-color: rgb(197,150,222); }

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