#C290E7

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

Shades of Wisteria #C290E7

Tints of Wisteria #C290E7

Color information

#C290E7 (or 0xC290E7) is unknown color: approx Wisteria. HEX triplet: C2, 90 and E7. RGB value is (194,144,231). Sum of RGB (Red+Green+Blue) = 194+144+231=569 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.09% from 569); Green value is 144 (56.64% from 255 or 25.31% from 569); Blue value is 231 (90.62% from 255 or 40.60% from 569); Max value from RGB is 231 - color contains mainly: blue. Hex color #C290E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C290E7 is #3D6F18. Grayscale: #A8A8A8. Windows color (decimal): -4026137 or 15175874. OLE color: 15175874.

HSL color Cylindrical-coordinate representation of color #C290E7: hue angle of 274.48º degrees, saturation: 0.64, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C290E7 is Cyan = 0.16, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB194144231-
CMYK0.160.3800.09
HSL274.48º64.44%73.53%-
HSV(B)274.48º37.66%90.59%-
XYZ46.6537.1980.32-
YUV168.87163.06145.93-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.09%
GREEN value IS 144 (56.64% from 255) = 25.31%
BLUE value IS 231 (90.62% from 255) = 40.60%
R=34.09%
G=25.31%
B=40.60%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1941442310.160.3800.09274.4864.4473.53
HexC290E7102609112404a
Octal3022203472046011422100112
Binary110000101001000011100111100001001100100110001001010000001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C290E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C290E7; }

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

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

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

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

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

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

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

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