#C594DD

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

Shades of Wisteria #C594DD

Tints of Wisteria #C594DD

Color information

#C594DD (or 0xC594DD) is unknown color: approx Wisteria. HEX triplet: C5, 94 and DD. RGB value is (197,148,221). Sum of RGB (Red+Green+Blue) = 197+148+221=566 (74% of max value = 765). Red value is 197 (77.34% from 255 or 34.81% from 566); Green value is 148 (58.20% from 255 or 26.15% from 566); Blue value is 221 (86.72% from 255 or 39.05% from 566); Max value from RGB is 221 - color contains mainly: blue. Hex color #C594DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C594DD is #3A6B22. Grayscale: #AAAAAA. Windows color (decimal): -3828515 or 14521541. OLE color: 14521541.

HSL color Cylindrical-coordinate representation of color #C594DD: hue angle of 280.27º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C594DD is Cyan = 0.11, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB197148221-
CMYK0.110.3300.13
HSL280.27º51.77%72.35%-
HSV(B)280.27º33.03%86.67%-
XYZ46.6738.2773.33-
YUV170.97156.23146.56-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 34.81%
GREEN value IS 148 (58.20% from 255) = 26.15%
BLUE value IS 221 (86.72% from 255) = 39.05%
R=34.81%
G=26.15%
B=39.05%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1971482210.110.3300.13280.2751.7772.35
HexC594DDB210D1183448
Octal305224335134101543064110
Binary1100010110010100110111011011100001011011000110001101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C594DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C594DD; }

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

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

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

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

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

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

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

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