#C5A7D1

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

Shades of Wisteria #C5A7D1

Tints of Wisteria #C5A7D1

Color information

#C5A7D1 (or 0xC5A7D1) is unknown color: approx Wisteria. HEX triplet: C5, A7 and D1. RGB value is (197,167,209). Sum of RGB (Red+Green+Blue) = 197+167+209=573 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.38% from 573); Green value is 167 (65.62% from 255 or 29.14% from 573); Blue value is 209 (82.03% from 255 or 36.47% from 573); Max value from RGB is 209 - color contains mainly: blue. Hex color #C5A7D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5A7D1 is #3A582E. Grayscale: #B4B4B4. Windows color (decimal): -3823663 or 13739973. OLE color: 13739973.

HSL color Cylindrical-coordinate representation of color #C5A7D1: hue angle of 282.86º degrees, saturation: 0.31, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C5A7D1 is Cyan = 0.06, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB197167209-
CMYK0.060.2000.18
HSL282.86º31.34%73.73%-
HSV(B)282.86º20.1%81.96%-
XYZ48.3544.1166.29-
YUV180.76143.94139.58-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 34.38%
GREEN value IS 167 (65.62% from 255) = 29.14%
BLUE value IS 209 (82.03% from 255) = 36.47%
R=34.38%
G=29.14%
B=36.47%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1971672090.060.2000.18282.8631.3473.73
HexC5A7D161401211b1f4a
Octal30524732162402243337112
Binary11000101101001111101000111010100010010100011011111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5A7D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5A7D1; }

 p { color: rgb(197,167,209); }

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

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

 a { background-color: rgb(197,167,209); }

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

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

 span { border-color: rgb(197,167,209); }

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