#C291EC

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

Shades of Wisteria #C291EC

Tints of Wisteria #C291EC

Color information

#C291EC (or 0xC291EC) is unknown color: approx Wisteria. HEX triplet: C2, 91 and EC. RGB value is (194,145,236). Sum of RGB (Red+Green+Blue) = 194+145+236=575 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.74% from 575); Green value is 145 (57.03% from 255 or 25.22% from 575); Blue value is 236 (92.58% from 255 or 41.04% from 575); Max value from RGB is 236 - color contains mainly: blue. Hex color #C291EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C291EC is #3D6E13. Grayscale: #A9A9A9. Windows color (decimal): -4025876 or 15503810. OLE color: 15503810.

HSL color Cylindrical-coordinate representation of color #C291EC: hue angle of 272.31º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C291EC is Cyan = 0.18, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB194145236-
CMYK0.180.3900.07
HSL272.31º70.54%74.71%-
HSV(B)272.31º38.56%92.55%-
XYZ47.5137.7884.14-
YUV170.02165.23145.1-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 33.74%
GREEN value IS 145 (57.03% from 255) = 25.22%
BLUE value IS 236 (92.58% from 255) = 41.04%
R=33.74%
G=25.22%
B=41.04%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1941452360.180.3900.07272.3170.5474.71
HexC291EC122707110474b
Octal302221354224707420107113
Binary11000010100100011110110010010100111011110001000010001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C291EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C291EC; }

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

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

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

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

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

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

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

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