#C290E5

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

Shades of Wisteria #C290E5

Tints of Wisteria #C290E5

Color information

#C290E5 (or 0xC290E5) is unknown color: approx Wisteria. HEX triplet: C2, 90 and E5. RGB value is (194,144,229). Sum of RGB (Red+Green+Blue) = 194+144+229=567 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.22% from 567); Green value is 144 (56.64% from 255 or 25.40% from 567); Blue value is 229 (89.84% from 255 or 40.39% from 567); Max value from RGB is 229 - color contains mainly: blue. Hex color #C290E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C290E5 is #3D6F1A. Grayscale: #A8A8A8. Windows color (decimal): -4026139 or 15044802. OLE color: 15044802.

HSL color Cylindrical-coordinate representation of color #C290E5: hue angle of 275.29º degrees, saturation: 0.62, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C290E5 is Cyan = 0.15, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB194144229-
CMYK0.150.3700.10
HSL275.29º62.04%73.14%-
HSV(B)275.29º37.12%89.8%-
XYZ46.3637.0778.84-
YUV168.64162.06146.09-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.22%
GREEN value IS 144 (56.64% from 255) = 25.40%
BLUE value IS 229 (89.84% from 255) = 40.39%
R=34.22%
G=25.40%
B=40.39%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1941442290.150.3700.10275.2962.0473.14
HexC290E5F250A1133e49
Octal302220345174501242376111
Binary1100001010010000111001011111100101010101000100111111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C290E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C290E5; }

 p { color: rgb(194,144,229); }

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

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

 a { background-color: rgb(194,144,229); }

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

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

 span { border-color: rgb(194,144,229); }

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