#C4A2D6

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

Shades of Wisteria #C4A2D6

Tints of Wisteria #C4A2D6

Color information

#C4A2D6 (or 0xC4A2D6) is unknown color: approx Wisteria. HEX triplet: C4, A2 and D6. RGB value is (196,162,214). Sum of RGB (Red+Green+Blue) = 196+162+214=572 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.27% from 572); Green value is 162 (63.67% from 255 or 28.32% from 572); Blue value is 214 (83.98% from 255 or 37.41% from 572); Max value from RGB is 214 - color contains mainly: blue. Hex color #C4A2D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4A2D6 is #3B5D29. Grayscale: #B1B1B1. Windows color (decimal): -3890474 or 14066372. OLE color: 14066372.

HSL color Cylindrical-coordinate representation of color #C4A2D6: hue angle of 279.23º degrees, saturation: 0.39, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C4A2D6 is Cyan = 0.08, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB196162214-
CMYK0.080.2400.16
HSL279.23º38.81%73.73%-
HSV(B)279.23º24.3%83.92%-
XYZ47.8242.4369.29-
YUV178.09148.26140.77-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 34.27%
GREEN value IS 162 (63.67% from 255) = 28.32%
BLUE value IS 214 (83.98% from 255) = 37.41%
R=34.27%
G=28.32%
B=37.41%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1961622140.080.2400.16279.2338.8173.73
HexC4A2D6818010117274a
Octal304242326103002042747112
Binary1100010010100010110101101000110000100001000101111001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4A2D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4A2D6; }

 p { color: rgb(196,162,214); }

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

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

 a { background-color: rgb(196,162,214); }

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

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

 span { border-color: rgb(196,162,214); }

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