#c594d6

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

Shades of Wisteria #C594D6

Tints of Wisteria #C594D6

Color information

#C594D6 (or 0xC594D6) is unknown color: approx Wisteria. HEX triplet: C5, 94 and D6. RGB value is (197,148,214). Sum of RGB (Red+Green+Blue) = 197+148+214=559 (74% of max value = 765). Red value is 197 (77.34% from 255 or 35.24% from 559); Green value is 148 (58.20% from 255 or 26.48% from 559); Blue value is 214 (83.98% from 255 or 38.28% from 559); Max value from RGB is 214 - color contains mainly: blue. Hex color #C594D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C594D6 is #3A6B29. Grayscale: #A9A9A9. Windows color (decimal): -3828522 or 14062789. OLE color: 14062789.

HSL color Cylindrical-coordinate representation of color #C594D6: hue angle of 284.55º degrees, saturation: 0.45, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C594D6 is Cyan = 0.08, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB197148214-
CMYK0.080.3100.16
HSL284.55º44.59%70.98%-
HSV(B)284.55º30.84%83.92%-
XYZ45.7537.9168.52-
YUV170.18152.73147.13-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 35.24%
GREEN value IS 148 (58.20% from 255) = 26.48%
BLUE value IS 214 (83.98% from 255) = 38.28%
R=35.24%
G=26.48%
B=38.28%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1971482140.080.3100.16284.5544.5970.98
HexC594D681F01011d2d47
Octal305224326103702043555107
Binary1100010110010100110101101000111110100001000111011011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c594d6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c594d6; }

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

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

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

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

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

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

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

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