#C3A2D1

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

Shades of Wisteria #C3A2D1

Tints of Wisteria #C3A2D1

Color information

#C3A2D1 (or 0xC3A2D1) is unknown color: approx Wisteria. HEX triplet: C3, A2 and D1. RGB value is (195,162,209). Sum of RGB (Red+Green+Blue) = 195+162+209=566 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.45% from 566); Green value is 162 (63.67% from 255 or 28.62% from 566); Blue value is 209 (82.03% from 255 or 36.93% from 566); Max value from RGB is 209 - color contains mainly: blue. Hex color #C3A2D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3A2D1 is #3C5D2E. Grayscale: #B1B1B1. Windows color (decimal): -3956015 or 13738691. OLE color: 13738691.

HSL color Cylindrical-coordinate representation of color #C3A2D1: hue angle of 282.13º degrees, saturation: 0.34, 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 #C3A2D1 is Cyan = 0.07, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB195162209-
CMYK0.070.2200.18
HSL282.13º33.81%72.75%-
HSV(B)282.13º22.49%81.96%-
XYZ46.9342.0565.96-
YUV177.22145.93140.68-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 34.45%
GREEN value IS 162 (63.67% from 255) = 28.62%
BLUE value IS 209 (82.03% from 255) = 36.93%
R=34.45%
G=28.62%
B=36.93%

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
Decimal1951622090.070.2200.18282.1333.8172.75
HexC3A2D171601211a2249
Octal30324232172602243242111
Binary110000111010001011010001111101100100101000110101000101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3A2D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3A2D1; }

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

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

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

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

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

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

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

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