#C496DE

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

Shades of Wisteria #C496DE

Tints of Wisteria #C496DE

Color information

#C496DE (or 0xC496DE) is unknown color: approx Wisteria. HEX triplet: C4, 96 and DE. RGB value is (196,150,222). Sum of RGB (Red+Green+Blue) = 196+150+222=568 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.51% from 568); Green value is 150 (58.98% from 255 or 26.41% from 568); Blue value is 222 (87.11% from 255 or 39.08% from 568); Max value from RGB is 222 - color contains mainly: blue. Hex color #C496DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C496DE is #3B6921. Grayscale: #ABABAB. Windows color (decimal): -3893538 or 14587588. OLE color: 14587588.

HSL color Cylindrical-coordinate representation of color #C496DE: hue angle of 278.33º degrees, saturation: 0.52, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C496DE is Cyan = 0.12, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB196150222-
CMYK0.120.3200.13
HSL278.33º52.17%72.94%-
HSV(B)278.33º32.43%87.06%-
XYZ46.8638.8274.13-
YUV171.96156.24145.15-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 34.51%
GREEN value IS 150 (58.98% from 255) = 26.41%
BLUE value IS 222 (87.11% from 255) = 39.08%
R=34.51%
G=26.41%
B=39.08%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1961502220.120.3200.13278.3352.1772.94
HexC496DEC200D1163449
Octal304226336144001542664111
Binary1100010010010110110111101100100000011011000101101101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C496DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C496DE; }

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

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

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

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

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

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

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

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