#C291ED

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

Shades of Wisteria #C291ED

Tints of Wisteria #C291ED

Color information

#C291ED (or 0xC291ED) is unknown color: approx Wisteria. HEX triplet: C2, 91 and ED. RGB value is (194,145,237). Sum of RGB (Red+Green+Blue) = 194+145+237=576 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.68% from 576); Green value is 145 (57.03% from 255 or 25.17% from 576); Blue value is 237 (92.97% from 255 or 41.15% from 576); Max value from RGB is 237 - color contains mainly: blue. Hex color #C291ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C291ED is #3D6E12. Grayscale: #A9A9A9. Windows color (decimal): -4025875 or 15569346. OLE color: 15569346.

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

Color convert

RGB194145237-
CMYK0.180.3900.07
HSL271.96º71.88%74.9%-
HSV(B)271.96º38.82%92.94%-
XYZ47.6637.8384.91-
YUV170.14165.73145.02-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 33.68%
GREEN value IS 145 (57.03% from 255) = 25.17%
BLUE value IS 237 (92.97% from 255) = 41.15%
R=33.68%
G=25.17%
B=41.15%

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
Decimal1941452370.180.3900.07271.9671.8874.9
HexC291ED122707110484b
Octal302221355224707420110113
Binary11000010100100011110110110010100111011110001000010010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C291ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C291ED; }

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

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

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

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

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

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

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

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