#C496E9

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

Shades of Wisteria #C496E9

Tints of Wisteria #C496E9

Color information

#C496E9 (or 0xC496E9) is unknown color: approx Wisteria. HEX triplet: C4, 96 and E9. RGB value is (196,150,233). Sum of RGB (Red+Green+Blue) = 196+150+233=579 (76% of max value = 765). Red value is 196 (76.95% from 255 or 33.85% from 579); Green value is 150 (58.98% from 255 or 25.91% from 579); Blue value is 233 (91.41% from 255 or 40.24% from 579); Max value from RGB is 233 - color contains mainly: blue. Hex color #C496E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C496E9 is #3B6916. Grayscale: #ACACAC. Windows color (decimal): -3893527 or 15308484. OLE color: 15308484.

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

Color convert

RGB196150233-
CMYK0.160.3600.09
HSL273.25º65.35%75.1%-
HSV(B)273.25º35.62%91.37%-
XYZ48.3839.4382.15-
YUV173.22161.74144.25-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 33.85%
GREEN value IS 150 (58.98% from 255) = 25.91%
BLUE value IS 233 (91.41% from 255) = 40.24%
R=33.85%
G=25.91%
B=40.24%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1961502330.160.3600.09273.2565.3575.1
HexC496E9102409111414b
Octal3042263512044011421101113
Binary110001001001011011101001100001001000100110001000110000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C496E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C496E9; }

 p { color: rgb(196,150,233); }

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

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

 a { background-color: rgb(196,150,233); }

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

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

 span { border-color: rgb(196,150,233); }

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