#C496EC

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

Shades of Wisteria #C496EC

Tints of Wisteria #C496EC

Color information

#C496EC (or 0xC496EC) is unknown color: approx Wisteria. HEX triplet: C4, 96 and EC. RGB value is (196,150,236). Sum of RGB (Red+Green+Blue) = 196+150+236=582 (77% of max value = 765). Red value is 196 (76.95% from 255 or 33.68% from 582); Green value is 150 (58.98% from 255 or 25.77% from 582); Blue value is 236 (92.58% from 255 or 40.55% from 582); Max value from RGB is 236 - color contains mainly: blue. Hex color #C496EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C496EC is #3B6913. Grayscale: #ADADAD. Windows color (decimal): -3893524 or 15505092. OLE color: 15505092.

HSL color Cylindrical-coordinate representation of color #C496EC: hue angle of 272.09º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C496EC is Cyan = 0.17, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB196150236-
CMYK0.170.3600.07
HSL272.09º69.35%75.69%-
HSV(B)272.09º36.44%92.55%-
XYZ48.8139.684.43-
YUV173.56163.24144.01-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 33.68%
GREEN value IS 150 (58.98% from 255) = 25.77%
BLUE value IS 236 (92.58% from 255) = 40.55%
R=33.68%
G=25.77%
B=40.55%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1961502360.170.3600.07272.0969.3575.69
HexC496EC112407110454c
Octal304226354214407420105114
Binary11000100100101101110110010001100100011110001000010001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C496EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C496EC; }

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

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

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

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

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

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

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

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