#C496EE

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

Shades of Wisteria #C496EE

Tints of Wisteria #C496EE

Color information

#C496EE (or 0xC496EE) is unknown color: approx Wisteria. HEX triplet: C4, 96 and EE. RGB value is (196,150,238). Sum of RGB (Red+Green+Blue) = 196+150+238=584 (77% of max value = 765). Red value is 196 (76.95% from 255 or 33.56% from 584); Green value is 150 (58.98% from 255 or 25.68% from 584); Blue value is 238 (93.36% from 255 or 40.75% from 584); Max value from RGB is 238 - color contains mainly: blue. Hex color #C496EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C496EE is #3B6911. Grayscale: #ADADAD. Windows color (decimal): -3893522 or 15636164. OLE color: 15636164.

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

Color convert

RGB196150238-
CMYK0.180.3700.07
HSL271.36º72.13%76.08%-
HSV(B)271.36º36.97%93.33%-
XYZ49.139.7285.97-
YUV173.79164.24143.84-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 33.56%
GREEN value IS 150 (58.98% from 255) = 25.68%
BLUE value IS 238 (93.36% from 255) = 40.75%
R=33.56%
G=25.68%
B=40.75%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1961502380.180.3700.07271.3672.1376.08
HexC496EE12250710f484c
Octal304226356224507417110114
Binary11000100100101101110111010010100101011110000111110010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C496EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C496EE; }

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

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

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

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

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

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

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

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