#c57ce1

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

Shades of Wisteria #C57CE1

Tints of Wisteria #C57CE1

Color information

#C57CE1 (or 0xC57CE1) is unknown color: approx Wisteria. HEX triplet: C5, 7C and E1. RGB value is (197,124,225). Sum of RGB (Red+Green+Blue) = 197+124+225=546 (72% of max value = 765). Red value is 197 (77.34% from 255 or 36.08% from 546); Green value is 124 (48.83% from 255 or 22.71% from 546); Blue value is 225 (88.28% from 255 or 41.21% from 546); Max value from RGB is 225 - color contains mainly: blue. Hex color #C57CE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C57CE1 is #3A831E. Grayscale: #9D9D9D. Windows color (decimal): -3834655 or 14777541. OLE color: 14777541.

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

Color convert

RGB197124225-
CMYK0.120.4500.12
HSL283.37º62.73%68.43%-
HSV(B)283.37º44.89%88.24%-
XYZ43.8231.7275.05-
YUV157.34166.18156.29-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 36.08%
GREEN value IS 124 (48.83% from 255) = 22.71%
BLUE value IS 225 (88.28% from 255) = 41.21%
R=36.08%
G=22.71%
B=41.21%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1971242250.120.4500.12283.3762.7368.43
HexC57CE1C2D0C11b3f44
Octal305174341145501443377104
Binary110001011111100111000011100101101011001000110111111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c57ce1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c57ce1; }

 p { color: rgb(197,124,225); }

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

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

 a { background-color: rgb(197,124,225); }

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

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

 span { border-color: rgb(197,124,225); }

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