#C593D3

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

Shades of Wisteria #C593D3

Tints of Wisteria #C593D3

Color information

#C593D3 (or 0xC593D3) is unknown color: approx Wisteria. HEX triplet: C5, 93 and D3. RGB value is (197,147,211). Sum of RGB (Red+Green+Blue) = 197+147+211=555 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.50% from 555); Green value is 147 (57.81% from 255 or 26.49% from 555); Blue value is 211 (82.81% from 255 or 38.02% from 555); Max value from RGB is 211 - color contains mainly: blue. Hex color #C593D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C593D3 is #3A6C2C. Grayscale: #A9A9A9. Windows color (decimal): -3828781 or 13865925. OLE color: 13865925.

HSL color Cylindrical-coordinate representation of color #C593D3: hue angle of 286.88º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C593D3 is Cyan = 0.07, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB197147211-
CMYK0.070.3000.17
HSL286.88º42.11%70.2%-
HSV(B)286.88º30.33%82.75%-
XYZ45.2237.4466.47-
YUV169.25151.56147.8-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 35.50%
GREEN value IS 147 (57.81% from 255) = 26.49%
BLUE value IS 211 (82.81% from 255) = 38.02%
R=35.50%
G=26.49%
B=38.02%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1971472110.070.3000.17286.8842.1170.2
HexC593D371E01111f2a46
Octal30522332373602143752106
Binary110001011001001111010011111111100100011000111111010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C593D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C593D3; }

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

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

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

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

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

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

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

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