#C5A2D9

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

Shades of Wisteria #C5A2D9

Tints of Wisteria #C5A2D9

Color information

#C5A2D9 (or 0xC5A2D9) is unknown color: approx Wisteria. HEX triplet: C5, A2 and D9. RGB value is (197,162,217). Sum of RGB (Red+Green+Blue) = 197+162+217=576 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.20% from 576); Green value is 162 (63.67% from 255 or 28.12% from 576); Blue value is 217 (85.16% from 255 or 37.67% from 576); Max value from RGB is 217 - color contains mainly: blue. Hex color #C5A2D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5A2D9 is #3A5D26. Grayscale: #B2B2B2. Windows color (decimal): -3824935 or 14262981. OLE color: 14262981.

HSL color Cylindrical-coordinate representation of color #C5A2D9: hue angle of 278.18º degrees, saturation: 0.42, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C5A2D9 is Cyan = 0.09, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB197162217-
CMYK0.090.2500.15
HSL278.18º41.98%74.31%-
HSV(B)278.18º25.35%85.1%-
XYZ48.4742.7271.34-
YUV178.74149.6141.03-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 34.20%
GREEN value IS 162 (63.67% from 255) = 28.12%
BLUE value IS 217 (85.16% from 255) = 37.67%
R=34.20%
G=28.12%
B=37.67%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1971622170.090.2500.15278.1841.9874.31
HexC5A2D99190F1162a4a
Octal305242331113101742652112
Binary110001011010001011011001100111001011111000101101010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5A2D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5A2D9; }

 p { color: rgb(197,162,217); }

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

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

 a { background-color: rgb(197,162,217); }

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

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

 span { border-color: rgb(197,162,217); }

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