#C496D0

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

Shades of Wisteria #C496D0

Tints of Wisteria #C496D0

Color information

#C496D0 (or 0xC496D0) is unknown color: approx Wisteria. HEX triplet: C4, 96 and D0. RGB value is (196,150,208). Sum of RGB (Red+Green+Blue) = 196+150+208=554 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.38% from 554); Green value is 150 (58.98% from 255 or 27.08% from 554); Blue value is 208 (81.64% from 255 or 37.55% from 554); Max value from RGB is 208 - color contains mainly: blue. Hex color #C496D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C496D0 is #3B692F. Grayscale: #AAAAAA. Windows color (decimal): -3893552 or 13670084. OLE color: 13670084.

HSL color Cylindrical-coordinate representation of color #C496D0: hue angle of 287.59º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C496D0 is Cyan = 0.06, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB196150208-
CMYK0.060.2800.18
HSL287.59º38.16%70.2%-
HSV(B)287.59º27.88%81.57%-
XYZ45.0638.164.65-
YUV170.37149.24146.28-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 35.38%
GREEN value IS 150 (58.98% from 255) = 27.08%
BLUE value IS 208 (81.64% from 255) = 37.55%
R=35.38%
G=27.08%
B=37.55%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1961502080.060.2800.18287.5938.1670.2
HexC496D061C0121202646
Octal30422632063402244046106
Binary110001001001011011010000110111000100101001000001001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C496D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C496D0; }

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

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

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

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

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

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

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

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