#C57EE7

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

Shades of Wisteria #C57EE7

Tints of Wisteria #C57EE7

Color information

#C57EE7 (or 0xC57EE7) is unknown color: approx Wisteria. HEX triplet: C5, 7E and E7. RGB value is (197,126,231). Sum of RGB (Red+Green+Blue) = 197+126+231=554 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.56% from 554); Green value is 126 (49.61% from 255 or 22.74% from 554); Blue value is 231 (90.62% from 255 or 41.70% from 554); Max value from RGB is 231 - color contains mainly: blue. Hex color #C57EE7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C57EE7 is #3A8118. Grayscale: #9E9E9E. Windows color (decimal): -3834137 or 15171269. OLE color: 15171269.

HSL color Cylindrical-coordinate representation of color #C57EE7: hue angle of 280.57º degrees, saturation: 0.69, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C57EE7 is Cyan = 0.15, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB197126231-
CMYK0.150.4500.09
HSL280.57º68.63%70%-
HSV(B)280.57º45.45%90.59%-
XYZ44.9132.5679.52-
YUV159.2168.52154.96-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 35.56%
GREEN value IS 126 (49.61% from 255) = 22.74%
BLUE value IS 231 (90.62% from 255) = 41.70%
R=35.56%
G=22.74%
B=41.70%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1971262310.150.4500.09280.5768.6370
HexC57EE7F2D091194546
Octal3051763471755011431105106
Binary1100010111111101110011111111011010100110001100110001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C57EE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C57EE7; }

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

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

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

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

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

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

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

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