#C291EE

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

Shades of Wisteria #C291EE

Tints of Wisteria #C291EE

Color information

#C291EE (or 0xC291EE) is unknown color: approx Wisteria. HEX triplet: C2, 91 and EE. RGB value is (194,145,238). Sum of RGB (Red+Green+Blue) = 194+145+238=577 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.62% from 577); Green value is 145 (57.03% from 255 or 25.13% from 577); Blue value is 238 (93.36% from 255 or 41.25% from 577); Max value from RGB is 238 - color contains mainly: blue. Hex color #C291EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C291EE is #3D6E11. Grayscale: #A9A9A9. Windows color (decimal): -4025874 or 15634882. OLE color: 15634882.

HSL color Cylindrical-coordinate representation of color #C291EE: hue angle of 271.61º degrees, saturation: 0.73, 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 #C291EE is Cyan = 0.18, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB194145238-
CMYK0.180.3900.07
HSL271.61º73.23%75.1%-
HSV(B)271.61º39.08%93.33%-
XYZ47.8137.8985.68-
YUV170.25166.23144.94-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 33.62%
GREEN value IS 145 (57.03% from 255) = 25.13%
BLUE value IS 238 (93.36% from 255) = 41.25%
R=33.62%
G=25.13%
B=41.25%

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
Decimal1941452380.180.3900.07271.6173.2375.1
HexC291EE122707110494b
Octal302221356224707420111113
Binary11000010100100011110111010010100111011110001000010010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C291EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C291EE; }

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

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

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

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

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

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

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

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