#C596E0

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

Shades of Wisteria #C596E0

Tints of Wisteria #C596E0

Color information

#C596E0 (or 0xC596E0) is unknown color: approx Wisteria. HEX triplet: C5, 96 and E0. RGB value is (197,150,224). Sum of RGB (Red+Green+Blue) = 197+150+224=571 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.50% from 571); Green value is 150 (58.98% from 255 or 26.27% from 571); Blue value is 224 (87.89% from 255 or 39.23% from 571); Max value from RGB is 224 - color contains mainly: blue. Hex color #C596E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C596E0 is #3A691F. Grayscale: #ACACAC. Windows color (decimal): -3828000 or 14718661. OLE color: 14718661.

HSL color Cylindrical-coordinate representation of color #C596E0: hue angle of 278.11º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C596E0 is Cyan = 0.12, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB197150224-
CMYK0.120.3300.12
HSL278.11º54.41%73.33%-
HSV(B)278.11º33.04%87.84%-
XYZ47.3939.0675.56-
YUV172.49157.07145.48-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 34.50%
GREEN value IS 150 (58.98% from 255) = 26.27%
BLUE value IS 224 (87.89% from 255) = 39.23%
R=34.50%
G=26.27%
B=39.23%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1971502240.120.3300.12278.1154.4173.33
HexC596E0C210C1163649
Octal305226340144101442666111
Binary1100010110010110111000001100100001011001000101101101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C596E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C596E0; }

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

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

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

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

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

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

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

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