#C594ED

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

Shades of Wisteria #C594ED

Tints of Wisteria #C594ED

Color information

#C594ED (or 0xC594ED) is unknown color: approx Wisteria. HEX triplet: C5, 94 and ED. RGB value is (197,148,237). Sum of RGB (Red+Green+Blue) = 197+148+237=582 (77% of max value = 765). Red value is 197 (77.34% from 255 or 33.85% from 582); Green value is 148 (58.20% from 255 or 25.43% from 582); Blue value is 237 (92.97% from 255 or 40.72% from 582); Max value from RGB is 237 - color contains mainly: blue. Hex color #C594ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C594ED is #3A6B12. Grayscale: #ACACAC. Windows color (decimal): -3828499 or 15570117. OLE color: 15570117.

HSL color Cylindrical-coordinate representation of color #C594ED: hue angle of 273.03º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C594ED is Cyan = 0.17, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB197148237-
CMYK0.170.3800.07
HSL273.03º71.2%75.49%-
HSV(B)273.03º37.55%92.94%-
XYZ48.939.1685.1-
YUV172.8164.23145.26-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 33.85%
GREEN value IS 148 (58.20% from 255) = 25.43%
BLUE value IS 237 (92.97% from 255) = 40.72%
R=33.85%
G=25.43%
B=40.72%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1971482370.170.3800.07273.0371.275.49
HexC594ED112607111474b
Octal305224355214607421107113
Binary11000101100101001110110110001100110011110001000110001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C594ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C594ED; }

 p { color: rgb(197,148,237); }

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

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

 a { background-color: rgb(197,148,237); }

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

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

 span { border-color: rgb(197,148,237); }

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