#C57DE2

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

Shades of Wisteria #C57DE2

Tints of Wisteria #C57DE2

Color information

#C57DE2 (or 0xC57DE2) is unknown color: approx Wisteria. HEX triplet: C5, 7D and E2. RGB value is (197,125,226). Sum of RGB (Red+Green+Blue) = 197+125+226=548 (72% of max value = 765). Red value is 197 (77.34% from 255 or 35.95% from 548); Green value is 125 (49.22% from 255 or 22.81% from 548); Blue value is 226 (88.67% from 255 or 41.24% from 548); Max value from RGB is 226 - color contains mainly: blue. Hex color #C57DE2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C57DE2 is #3A821D. Grayscale: #9D9D9D. Windows color (decimal): -3834398 or 14843333. OLE color: 14843333.

HSL color Cylindrical-coordinate representation of color #C57DE2: hue angle of 282.77º degrees, saturation: 0.64, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C57DE2 is Cyan = 0.13, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB197125226-
CMYK0.130.4500.11
HSL282.77º63.52%68.82%-
HSV(B)282.77º44.69%88.63%-
XYZ44.0932.0375.81-
YUV158.04166.35155.79-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 35.95%
GREEN value IS 125 (49.22% from 255) = 22.81%
BLUE value IS 226 (88.67% from 255) = 41.24%
R=35.95%
G=22.81%
B=41.24%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1971252260.130.4500.11282.7763.5268.82
HexC57DE2D2D0B11b4045
Octal3051753421555013433100105
Binary1100010111111011110001011011011010101110001101110000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C57DE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C57DE2; }

 p { color: rgb(197,125,226); }

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

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

 a { background-color: rgb(197,125,226); }

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

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

 span { border-color: rgb(197,125,226); }

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