#C57EE6

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

Shades of Wisteria #C57EE6

Tints of Wisteria #C57EE6

Color information

#C57EE6 (or 0xC57EE6) is unknown color: approx Wisteria. HEX triplet: C5, 7E and E6. RGB value is (197,126,230). Sum of RGB (Red+Green+Blue) = 197+126+230=553 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.62% from 553); Green value is 126 (49.61% from 255 or 22.78% from 553); Blue value is 230 (90.23% from 255 or 41.59% from 553); Max value from RGB is 230 - color contains mainly: blue. Hex color #C57EE6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C57EE6 is #3A8119. Grayscale: #9E9E9E. Windows color (decimal): -3834138 or 15105733. OLE color: 15105733.

HSL color Cylindrical-coordinate representation of color #C57EE6: hue angle of 280.96º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C57EE6 is Cyan = 0.14, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB197126230-
CMYK0.140.4500.10
HSL280.96º67.53%69.8%-
HSV(B)280.96º45.22%90.2%-
XYZ44.7732.5178.78-
YUV159.08168.02155.04-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 35.62%
GREEN value IS 126 (49.61% from 255) = 22.78%
BLUE value IS 230 (90.23% from 255) = 41.59%
R=35.62%
G=22.78%
B=41.59%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1971262300.140.4500.10280.9667.5369.8
HexC57EE6E2D0A1194446
Octal3051763461655012431104106
Binary1100010111111101110011011101011010101010001100110001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C57EE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C57EE6; }

 p { color: rgb(197,126,230); }

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

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

 a { background-color: rgb(197,126,230); }

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

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

 span { border-color: rgb(197,126,230); }

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