#C590E6

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

Shades of Wisteria #C590E6

Tints of Wisteria #C590E6

Color information

#C590E6 (or 0xC590E6) is unknown color: approx Wisteria. HEX triplet: C5, 90 and E6. RGB value is (197,144,230). Sum of RGB (Red+Green+Blue) = 197+144+230=571 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.50% from 571); Green value is 144 (56.64% from 255 or 25.22% from 571); Blue value is 230 (90.23% from 255 or 40.28% from 571); Max value from RGB is 230 - color contains mainly: blue. Hex color #C590E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C590E6 is #3A6F19. Grayscale: #A9A9A9. Windows color (decimal): -3829530 or 15110341. OLE color: 15110341.

HSL color Cylindrical-coordinate representation of color #C590E6: hue angle of 276.98º degrees, saturation: 0.63, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C590E6 is Cyan = 0.14, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB197144230-
CMYK0.140.3700.10
HSL276.98º63.24%73.33%-
HSV(B)276.98º37.39%90.2%-
XYZ47.2837.5379.61-
YUV169.65162.06147.51-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 34.50%
GREEN value IS 144 (56.64% from 255) = 25.22%
BLUE value IS 230 (90.23% from 255) = 40.28%
R=34.50%
G=25.22%
B=40.28%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1971442300.140.3700.10276.9863.2473.33
HexC590E6E250A1153f49
Octal305220346164501242577111
Binary1100010110010000111001101110100101010101000101011111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C590E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C590E6; }

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

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

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

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

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

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

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

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