#C497EA

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

Shades of Wisteria #C497EA

Tints of Wisteria #C497EA

Color information

#C497EA (or 0xC497EA) is unknown color: approx Wisteria. HEX triplet: C4, 97 and EA. RGB value is (196,151,234). Sum of RGB (Red+Green+Blue) = 196+151+234=581 (76% of max value = 765). Red value is 196 (76.95% from 255 or 33.73% from 581); Green value is 151 (59.38% from 255 or 25.99% from 581); Blue value is 234 (91.80% from 255 or 40.28% from 581); Max value from RGB is 234 - color contains mainly: blue. Hex color #C497EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C497EA is #3B6815. Grayscale: #ADADAD. Windows color (decimal): -3893270 or 15374276. OLE color: 15374276.

HSL color Cylindrical-coordinate representation of color #C497EA: hue angle of 272.53º degrees, saturation: 0.66, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C497EA is Cyan = 0.16, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB196151234-
CMYK0.160.3500.08
HSL272.53º66.4%75.49%-
HSV(B)272.53º35.47%91.76%-
XYZ48.6839.8182.96-
YUV173.92161.91143.75-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 33.73%
GREEN value IS 151 (59.38% from 255) = 25.99%
BLUE value IS 234 (91.80% from 255) = 40.28%
R=33.73%
G=25.99%
B=40.28%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1961512340.160.3500.08272.5366.475.49
HexC497EA102308111424b
Octal3042273522043010421102113
Binary110001001001011111101010100001000110100010001000110000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C497EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C497EA; }

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

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

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

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

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

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

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

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