#C3A4D1

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

Shades of Wisteria #C3A4D1

Tints of Wisteria #C3A4D1

Color information

#C3A4D1 (or 0xC3A4D1) is unknown color: approx Wisteria. HEX triplet: C3, A4 and D1. RGB value is (195,164,209). Sum of RGB (Red+Green+Blue) = 195+164+209=568 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.33% from 568); Green value is 164 (64.45% from 255 or 28.87% from 568); Blue value is 209 (82.03% from 255 or 36.80% from 568); Max value from RGB is 209 - color contains mainly: blue. Hex color #C3A4D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3A4D1 is #3C5B2E. Grayscale: #B2B2B2. Windows color (decimal): -3955503 or 13739203. OLE color: 13739203.

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

Color convert

RGB195164209-
CMYK0.070.2200.18
HSL281.33º32.85%73.14%-
HSV(B)281.33º21.53%81.96%-
XYZ47.2942.7666.08-
YUV178.4145.27139.84-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 34.33%
GREEN value IS 164 (64.45% from 255) = 28.87%
BLUE value IS 209 (82.03% from 255) = 36.80%
R=34.33%
G=28.87%
B=36.80%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1951642090.070.2200.18281.3332.8573.14
HexC3A4D17160121192149
Octal30324432172602243141111
Binary110000111010010011010001111101100100101000110011000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3A4D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3A4D1; }

 p { color: rgb(195,164,209); }

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

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

 a { background-color: rgb(195,164,209); }

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

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

 span { border-color: rgb(195,164,209); }

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