#C491FA

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

Shades of Wisteria #C491FA

Tints of Wisteria #C491FA

Color information

#C491FA (or 0xC491FA) is unknown color: approx Wisteria. HEX triplet: C4, 91 and FA. RGB value is (196,145,250). Sum of RGB (Red+Green+Blue) = 196+145+250=591 (78% of max value = 765). Red value is 196 (76.95% from 255 or 33.16% from 591); Green value is 145 (57.03% from 255 or 24.53% from 591); Blue value is 250 (98.05% from 255 or 42.30% from 591); Max value from RGB is 250 - color contains mainly: blue. Hex color #C491FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C491FA is #3B6E05. Grayscale: #ABABAB. Windows color (decimal): -3894790 or 16421316. OLE color: 16421316.

HSL color Cylindrical-coordinate representation of color #C491FA: hue angle of 269.14º 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 #C491FA is Cyan = 0.22, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB196145250-
CMYK0.220.4200.02
HSL269.14º91.3%77.45%-
HSV(B)269.14º42%98.04%-
XYZ50.1538.8995.31-
YUV172.22171.9144.96-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 33.16%
GREEN value IS 145 (57.03% from 255) = 24.53%
BLUE value IS 250 (98.05% from 255) = 42.30%
R=33.16%
G=24.53%
B=42.30%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1961452500.220.4200.02269.1491.377.45
HexC491FA162A0210d5b4d
Octal304221372265202415133115
Binary1100010010010001111110101011010101001010000110110110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C491FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C491FA; }

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

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

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

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

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

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

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

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