#C497E3

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

Shades of Wisteria #C497E3

Tints of Wisteria #C497E3

Color information

#C497E3 (or 0xC497E3) is unknown color: approx Wisteria. HEX triplet: C4, 97 and E3. RGB value is (196,151,227). Sum of RGB (Red+Green+Blue) = 196+151+227=574 (76% of max value = 765). Red value is 196 (76.95% from 255 or 34.15% from 574); Green value is 151 (59.38% from 255 or 26.31% from 574); Blue value is 227 (89.06% from 255 or 39.55% from 574); Max value from RGB is 227 - color contains mainly: blue. Hex color #C497E3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C497E3 is #3B681C. Grayscale: #ACACAC. Windows color (decimal): -3893277 or 14915524. OLE color: 14915524.

HSL color Cylindrical-coordinate representation of color #C497E3: hue angle of 275.53º degrees, saturation: 0.58, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C497E3 is Cyan = 0.14, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB196151227-
CMYK0.140.3300.11
HSL275.53º57.58%74.12%-
HSV(B)275.53º33.48%89.02%-
XYZ47.739.4277.77-
YUV173.12158.41144.32-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 34.15%
GREEN value IS 151 (59.38% from 255) = 26.31%
BLUE value IS 227 (89.06% from 255) = 39.55%
R=34.15%
G=26.31%
B=39.55%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1961512270.140.3300.11275.5357.5874.12
HexC497E3E210B1143a4a
Octal304227343164101342472112
Binary1100010010010111111000111110100001010111000101001110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C497E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C497E3; }

 p { color: rgb(196,151,227); }

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

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

 a { background-color: rgb(196,151,227); }

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

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

 span { border-color: rgb(196,151,227); }

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