#C496E6

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

Shades of Wisteria #C496E6

Tints of Wisteria #C496E6

Color information

#C496E6 (or 0xC496E6) is unknown color: approx Wisteria. HEX triplet: C4, 96 and E6. RGB value is (196,150,230). Sum of RGB (Red+Green+Blue) = 196+150+230=576 (76% of max value = 765). Red value is 196 (76.95% from 255 or 34.03% from 576); Green value is 150 (58.98% from 255 or 26.04% from 576); Blue value is 230 (90.23% from 255 or 39.93% from 576); Max value from RGB is 230 - color contains mainly: blue. Hex color #C496E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C496E6 is #3B6919. Grayscale: #ACACAC. Windows color (decimal): -3893530 or 15111876. OLE color: 15111876.

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

Color convert

RGB196150230-
CMYK0.150.3500.10
HSL274.5º61.54%74.51%-
HSV(B)274.5º34.78%90.2%-
XYZ47.9539.2679.91-
YUV172.87160.24144.5-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 34.03%
GREEN value IS 150 (58.98% from 255) = 26.04%
BLUE value IS 230 (90.23% from 255) = 39.93%
R=34.03%
G=26.04%
B=39.93%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1961502300.150.3500.10274.561.5474.51
HexC496E6F230A1123e4b
Octal304226346174301242276113
Binary1100010010010110111001101111100011010101000100101111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C496E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C496E6; }

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

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

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

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

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

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

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

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