#C594DC

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

Shades of Wisteria #C594DC

Tints of Wisteria #C594DC

Color information

#C594DC (or 0xC594DC) is unknown color: approx Wisteria. HEX triplet: C5, 94 and DC. RGB value is (197,148,220). Sum of RGB (Red+Green+Blue) = 197+148+220=565 (74% of max value = 765). Red value is 197 (77.34% from 255 or 34.87% from 565); Green value is 148 (58.20% from 255 or 26.19% from 565); Blue value is 220 (86.33% from 255 or 38.94% from 565); Max value from RGB is 220 - color contains mainly: blue. Hex color #C594DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C594DC is #3A6B23. Grayscale: #AAAAAA. Windows color (decimal): -3828516 or 14456005. OLE color: 14456005.

HSL color Cylindrical-coordinate representation of color #C594DC: hue angle of 280.83º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C594DC is Cyan = 0.10, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB197148220-
CMYK0.100.3300.14
HSL280.83º50.7%72.16%-
HSV(B)280.83º32.73%86.27%-
XYZ46.5338.2272.63-
YUV170.86155.73146.65-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 34.87%
GREEN value IS 148 (58.20% from 255) = 26.19%
BLUE value IS 220 (86.33% from 255) = 38.94%
R=34.87%
G=26.19%
B=38.94%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1971482200.100.3300.14280.8350.772.16
HexC594DCA210E1193348
Octal305224334124101643163110
Binary1100010110010100110111001010100001011101000110011100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C594DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C594DC; }

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

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

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

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

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

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

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

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