#C591D4

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

Shades of Wisteria #C591D4

Tints of Wisteria #C591D4

Color information

#C591D4 (or 0xC591D4) is unknown color: approx Wisteria. HEX triplet: C5, 91 and D4. RGB value is (197,145,212). Sum of RGB (Red+Green+Blue) = 197+145+212=554 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.56% from 554); Green value is 145 (57.03% from 255 or 26.17% from 554); Blue value is 212 (83.20% from 255 or 38.27% from 554); Max value from RGB is 212 - color contains mainly: blue. Hex color #C591D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C591D4 is #3A6E2B. Grayscale: #A7A7A7. Windows color (decimal): -3829292 or 13930949. OLE color: 13930949.

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

Color convert

RGB197145212-
CMYK0.070.3200.17
HSL286.57º43.79%70%-
HSV(B)286.57º31.6%83.14%-
XYZ45.0436.8767.03-
YUV168.19152.73148.55-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 35.56%
GREEN value IS 145 (57.03% from 255) = 26.17%
BLUE value IS 212 (83.20% from 255) = 38.27%
R=35.56%
G=26.17%
B=38.27%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1971452120.070.3200.17286.5743.7970
HexC591D472001111f2c46
Octal30522132474002143754106
Binary1100010110010001110101001111000000100011000111111011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C591D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C591D4; }

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

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

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

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

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

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

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

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