#C591FA

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

Shades of Wisteria #C591FA

Tints of Wisteria #C591FA

Color information

#C591FA (or 0xC591FA) is unknown color: approx Wisteria. HEX triplet: C5, 91 and FA. RGB value is (197,145,250). Sum of RGB (Red+Green+Blue) = 197+145+250=592 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.28% from 592); Green value is 145 (57.03% from 255 or 24.49% from 592); Blue value is 250 (98.05% from 255 or 42.23% from 592); Max value from RGB is 250 - color contains mainly: blue. Hex color #C591FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C591FA is #3A6E05. Grayscale: #ACACAC. Windows color (decimal): -3829254 or 16421317. OLE color: 16421317.

HSL color Cylindrical-coordinate representation of color #C591FA: hue angle of 269.71º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C591FA is Cyan = 0.21, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB197145250-
CMYK0.210.4200.02
HSL269.71º91.3%77.45%-
HSV(B)269.71º42%98.04%-
XYZ50.4139.0295.32-
YUV172.52171.73145.46-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 33.28%
GREEN value IS 145 (57.03% from 255) = 24.49%
BLUE value IS 250 (98.05% from 255) = 42.23%
R=33.28%
G=24.49%
B=42.23%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1971452500.210.4200.02269.7191.377.45
HexC591FA152A0210e5b4d
Octal305221372255202416133115
Binary1100010110010001111110101010110101001010000111010110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C591FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C591FA; }

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

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

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

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

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

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

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

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