#C593EC

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

Shades of Wisteria #C593EC

Tints of Wisteria #C593EC

Color information

#C593EC (or 0xC593EC) is unknown color: approx Wisteria. HEX triplet: C5, 93 and EC. RGB value is (197,147,236). Sum of RGB (Red+Green+Blue) = 197+147+236=580 (76% of max value = 765). Red value is 197 (77.34% from 255 or 33.97% from 580); Green value is 147 (57.81% from 255 or 25.34% from 580); Blue value is 236 (92.58% from 255 or 40.69% from 580); Max value from RGB is 236 - color contains mainly: blue. Hex color #C593EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C593EC is #3A6C13. Grayscale: #ABABAB. Windows color (decimal): -3828756 or 15504325. OLE color: 15504325.

HSL color Cylindrical-coordinate representation of color #C593EC: hue angle of 273.71º degrees, saturation: 0.7, 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 #C593EC is Cyan = 0.17, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB197147236-
CMYK0.170.3800.07
HSL273.71º70.08%75.1%-
HSV(B)273.71º37.71%92.55%-
XYZ48.638.7984.28-
YUV172.1164.06145.76-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 33.97%
GREEN value IS 147 (57.81% from 255) = 25.34%
BLUE value IS 236 (92.58% from 255) = 40.69%
R=33.97%
G=25.34%
B=40.69%

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
Decimal1971472360.170.3800.07273.7170.0875.1
HexC593EC112607112464b
Octal305223354214607422106113
Binary11000101100100111110110010001100110011110001001010001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C593EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C593EC; }

 p { color: rgb(197,147,236); }

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

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

 a { background-color: rgb(197,147,236); }

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

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

 span { border-color: rgb(197,147,236); }

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