#C291FA

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

Shades of Wisteria #C291FA

Tints of Wisteria #C291FA

Color information

#C291FA (or 0xC291FA) is unknown color: approx Wisteria. HEX triplet: C2, 91 and FA. RGB value is (194,145,250). Sum of RGB (Red+Green+Blue) = 194+145+250=589 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.94% from 589); Green value is 145 (57.03% from 255 or 24.62% from 589); Blue value is 250 (98.05% from 255 or 42.44% from 589); Max value from RGB is 250 - color contains mainly: blue. Hex color #C291FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C291FA is #3D6E05. Grayscale: #ABABAB. Windows color (decimal): -4025862 or 16421314. OLE color: 16421314.

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

Color convert

RGB194145250-
CMYK0.220.4200.02
HSL268º91.3%77.45%-
HSV(B)268º42%98.04%-
XYZ49.6338.6295.28-
YUV171.62172.23143.96-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 32.94%
GREEN value IS 145 (57.03% from 255) = 24.62%
BLUE value IS 250 (98.05% from 255) = 42.44%
R=32.94%
G=24.62%
B=42.44%

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
Decimal1941452500.220.4200.0226891.377.45
HexC291FA162A0210c5b4d
Octal302221372265202414133115
Binary1100001010010001111110101011010101001010000110010110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C291FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C291FA; }

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

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

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

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

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

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

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

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