#C596E4

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

Shades of Wisteria #C596E4

Tints of Wisteria #C596E4

Color information

#C596E4 (or 0xC596E4) is unknown color: approx Wisteria. HEX triplet: C5, 96 and E4. RGB value is (197,150,228). Sum of RGB (Red+Green+Blue) = 197+150+228=575 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.26% from 575); Green value is 150 (58.98% from 255 or 26.09% from 575); Blue value is 228 (89.45% from 255 or 39.65% from 575); Max value from RGB is 228 - color contains mainly: blue. Hex color #C596E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C596E4 is #3A691B. Grayscale: #ACACAC. Windows color (decimal): -3827996 or 14980805. OLE color: 14980805.

HSL color Cylindrical-coordinate representation of color #C596E4: hue angle of 276.15º degrees, saturation: 0.59, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C596E4 is Cyan = 0.14, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB197150228-
CMYK0.140.3400.11
HSL276.15º59.09%74.12%-
HSV(B)276.15º34.21%89.41%-
XYZ47.9439.2878.45-
YUV172.94159.07145.16-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 34.26%
GREEN value IS 150 (58.98% from 255) = 26.09%
BLUE value IS 228 (89.45% from 255) = 39.65%
R=34.26%
G=26.09%
B=39.65%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1971502280.140.3400.11276.1559.0974.12
HexC596E4E220B1143b4a
Octal305226344164201342473112
Binary1100010110010110111001001110100010010111000101001110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C596E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C596E4; }

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

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

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

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

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

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

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

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