#C496D8

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

Shades of Wisteria #C496D8

Tints of Wisteria #C496D8

Color information

#C496D8 (or 0xC496D8) is unknown color: approx Wisteria. HEX triplet: C4, 96 and D8. RGB value is (196,150,216). Sum of RGB (Red+Green+Blue) = 196+150+216=562 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.88% from 562); Green value is 150 (58.98% from 255 or 26.69% from 562); Blue value is 216 (84.77% from 255 or 38.43% from 562); Max value from RGB is 216 - color contains mainly: blue. Hex color #C496D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C496D8 is #3B6927. Grayscale: #ABABAB. Windows color (decimal): -3893544 or 14194372. OLE color: 14194372.

HSL color Cylindrical-coordinate representation of color #C496D8: hue angle of 281.82º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C496D8 is Cyan = 0.09, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB196150216-
CMYK0.090.3100.15
HSL281.82º45.83%71.76%-
HSV(B)281.82º30.56%84.71%-
XYZ46.0738.5169.97-
YUV171.28153.24145.63-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 34.88%
GREEN value IS 150 (58.98% from 255) = 26.69%
BLUE value IS 216 (84.77% from 255) = 38.43%
R=34.88%
G=26.69%
B=38.43%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1961502160.090.3100.15281.8245.8371.76
HexC496D891F0F11a2e48
Octal304226330113701743256110
Binary110001001001011011011000100111111011111000110101011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C496D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C496D8; }

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

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

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

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

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

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

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

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