#C9A7D1

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

Shades of Wisteria #C9A7D1

Tints of Wisteria #C9A7D1

Color information

#C9A7D1 (or 0xC9A7D1) is unknown color: approx Wisteria. HEX triplet: C9, A7 and D1. RGB value is (201,167,209). Sum of RGB (Red+Green+Blue) = 201+167+209=577 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.84% from 577); Green value is 167 (65.62% from 255 or 28.94% from 577); Blue value is 209 (82.03% from 255 or 36.22% from 577); Max value from RGB is 209 - color contains mainly: blue. Hex color #C9A7D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9A7D1 is #36582E. Grayscale: #B5B5B5. Windows color (decimal): -3561519 or 13739977. OLE color: 13739977.

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

Color convert

RGB201167209-
CMYK0.040.2000.18
HSL288.57º31.34%73.73%-
HSV(B)288.57º20.1%81.96%-
XYZ49.4144.6666.34-
YUV181.95143.26141.58-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 34.84%
GREEN value IS 167 (65.62% from 255) = 28.94%
BLUE value IS 209 (82.03% from 255) = 36.22%
R=34.84%
G=28.94%
B=36.22%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2011672090.040.2000.18288.5731.3473.73
HexC9A7D14140121211f4a
Octal31124732142402244137112
Binary11001001101001111101000110010100010010100100001111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9A7D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9A7D1; }

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

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

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

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

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

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

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

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