#C590D3

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

Shades of Wisteria #C590D3

Tints of Wisteria #C590D3

Color information

#C590D3 (or 0xC590D3) is unknown color: approx Wisteria. HEX triplet: C5, 90 and D3. RGB value is (197,144,211). Sum of RGB (Red+Green+Blue) = 197+144+211=552 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.69% from 552); Green value is 144 (56.64% from 255 or 26.09% from 552); Blue value is 211 (82.81% from 255 or 38.22% from 552); Max value from RGB is 211 - color contains mainly: blue. Hex color #C590D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C590D3 is #3A6F2C. Grayscale: #A7A7A7. Windows color (decimal): -3829549 or 13865157. OLE color: 13865157.

HSL color Cylindrical-coordinate representation of color #C590D3: hue angle of 287.46º degrees, saturation: 0.43, 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 #C590D3 is Cyan = 0.07, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB197144211-
CMYK0.070.3200.17
HSL287.46º43.23%69.61%-
HSV(B)287.46º31.75%82.75%-
XYZ44.7636.5266.32-
YUV167.48152.56149.05-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 35.69%
GREEN value IS 144 (56.64% from 255) = 26.09%
BLUE value IS 211 (82.81% from 255) = 38.22%
R=35.69%
G=26.09%
B=38.22%

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
Decimal1971442110.070.3200.17287.4643.2369.61
HexC590D372001111f2b46
Octal30522032374002143753106
Binary1100010110010000110100111111000000100011000111111010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C590D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C590D3; }

 p { color: rgb(197,144,211); }

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

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

 a { background-color: rgb(197,144,211); }

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

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

 span { border-color: rgb(197,144,211); }

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