#C5A3D2

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

Shades of Wisteria #C5A3D2

Tints of Wisteria #C5A3D2

Color information

#C5A3D2 (or 0xC5A3D2) is unknown color: approx Wisteria. HEX triplet: C5, A3 and D2. RGB value is (197,163,210). Sum of RGB (Red+Green+Blue) = 197+163+210=570 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.56% from 570); Green value is 163 (64.06% from 255 or 28.60% from 570); Blue value is 210 (82.42% from 255 or 36.84% from 570); Max value from RGB is 210 - color contains mainly: blue. Hex color #C5A3D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5A3D2 is #3A5C2D. Grayscale: #B2B2B2. Windows color (decimal): -3824686 or 13804485. OLE color: 13804485.

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

Color convert

RGB197163210-
CMYK0.060.2200.18
HSL283.4º34.31%73.14%-
HSV(B)283.4º22.38%82.35%-
XYZ47.7642.7266.7-
YUV178.52145.76141.18-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 34.56%
GREEN value IS 163 (64.06% from 255) = 28.60%
BLUE value IS 210 (82.42% from 255) = 36.84%
R=34.56%
G=28.60%
B=36.84%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1971632100.060.2200.18283.434.3173.14
HexC5A3D261601211b2249
Octal30524332262602243342111
Binary110001011010001111010010110101100100101000110111000101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5A3D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5A3D2; }

 p { color: rgb(197,163,210); }

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

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

 a { background-color: rgb(197,163,210); }

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

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

 span { border-color: rgb(197,163,210); }

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