#C593D4

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

Shades of Wisteria #C593D4

Tints of Wisteria #C593D4

Color information

#C593D4 (or 0xC593D4) is unknown color: approx Wisteria. HEX triplet: C5, 93 and D4. RGB value is (197,147,212). Sum of RGB (Red+Green+Blue) = 197+147+212=556 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.43% from 556); Green value is 147 (57.81% from 255 or 26.44% from 556); Blue value is 212 (83.20% from 255 or 38.13% from 556); Max value from RGB is 212 - color contains mainly: blue. Hex color #C593D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C593D4 is #3A6C2B. Grayscale: #A9A9A9. Windows color (decimal): -3828780 or 13931461. OLE color: 13931461.

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

Color convert

RGB197147212-
CMYK0.070.3100.17
HSL286.15º43.05%70.39%-
HSV(B)286.15º30.66%83.14%-
XYZ45.3437.4967.13-
YUV169.36152.06147.71-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 35.43%
GREEN value IS 147 (57.81% from 255) = 26.44%
BLUE value IS 212 (83.20% from 255) = 38.13%
R=35.43%
G=26.44%
B=38.13%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1971472120.070.3100.17286.1543.0570.39
HexC593D471F01111e2b46
Octal30522332473702143653106
Binary110001011001001111010100111111110100011000111101010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C593D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C593D4; }

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

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

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

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

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

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

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

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