#c590dc

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

Shades of Wisteria #C590DC

Tints of Wisteria #C590DC

Color information

#C590DC (or 0xC590DC) is unknown color: approx Wisteria. HEX triplet: C5, 90 and DC. RGB value is (197,144,220). Sum of RGB (Red+Green+Blue) = 197+144+220=561 (74% of max value = 765). Red value is 197 (77.34% from 255 or 35.12% from 561); Green value is 144 (56.64% from 255 or 25.67% from 561); Blue value is 220 (86.33% from 255 or 39.22% from 561); Max value from RGB is 220 - color contains mainly: blue. Hex color #C590DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C590DC is #3A6F23. Grayscale: #A8A8A8. Windows color (decimal): -3829540 or 14454981. OLE color: 14454981.

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

Color convert

RGB197144220-
CMYK0.100.3500.14
HSL281.84º52.05%71.37%-
HSV(B)281.84º34.55%86.27%-
XYZ45.9236.9872.43-
YUV168.51157.06148.32-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 35.12%
GREEN value IS 144 (56.64% from 255) = 25.67%
BLUE value IS 220 (86.33% from 255) = 39.22%
R=35.12%
G=25.67%
B=39.22%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1971442200.100.3500.14281.8452.0571.37
HexC590DCA230E11a3447
Octal305220334124301643264107
Binary1100010110010000110111001010100011011101000110101101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c590dc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c590dc; }

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

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

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

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

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

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

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

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