#C4A6D2

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

Shades of Wisteria #C4A6D2

Tints of Wisteria #C4A6D2

Color information

#C4A6D2 (or 0xC4A6D2) is unknown color: approx Wisteria. HEX triplet: C4, A6 and D2. RGB value is (196,166,210). Sum of RGB (Red+Green+Blue) = 196+166+210=572 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.27% from 572); Green value is 166 (65.23% from 255 or 29.02% from 572); Blue value is 210 (82.42% from 255 or 36.71% from 572); Max value from RGB is 210 - color contains mainly: blue. Hex color #C4A6D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4A6D2 is #3B592D. Grayscale: #B3B3B3. Windows color (decimal): -3889454 or 13805252. OLE color: 13805252.

HSL color Cylindrical-coordinate representation of color #C4A6D2: hue angle of 280.91º degrees, saturation: 0.33, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C4A6D2 is Cyan = 0.07, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB196166210-
CMYK0.070.2100.18
HSL280.91º32.84%73.73%-
HSV(B)280.91º20.95%82.35%-
XYZ48.0343.6666.87-
YUV179.99144.94139.42-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 34.27%
GREEN value IS 166 (65.23% from 255) = 29.02%
BLUE value IS 210 (82.42% from 255) = 36.71%
R=34.27%
G=29.02%
B=36.71%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1961662100.070.2100.18280.9132.8473.73
HexC4A6D2715012119214a
Octal30424632272502243141112
Binary110001001010011011010010111101010100101000110011000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4A6D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4A6D2; }

 p { color: rgb(196,166,210); }

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

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

 a { background-color: rgb(196,166,210); }

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

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

 span { border-color: rgb(196,166,210); }

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