#C9A9D9

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

Shades of Wisteria #C9A9D9

Tints of Wisteria #C9A9D9

Color information

#C9A9D9 (or 0xC9A9D9) is unknown color: approx Wisteria. HEX triplet: C9, A9 and D9. RGB value is (201,169,217). Sum of RGB (Red+Green+Blue) = 201+169+217=587 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.24% from 587); Green value is 169 (66.41% from 255 or 28.79% from 587); Blue value is 217 (85.16% from 255 or 36.97% from 587); Max value from RGB is 217 - color contains mainly: blue. Hex color #C9A9D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9A9D9 is #365626. Grayscale: #B7B7B7. Windows color (decimal): -3560999 or 14264777. OLE color: 14264777.

HSL color Cylindrical-coordinate representation of color #C9A9D9: hue angle of 280º degrees, saturation: 0.39, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C9A9D9 is Cyan = 0.07, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB201169217-
CMYK0.070.2200.15
HSL280º38.71%75.69%-
HSV(B)280º22.12%85.1%-
XYZ50.845.871.81-
YUV184.04146.6140.1-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 34.24%
GREEN value IS 169 (66.41% from 255) = 28.79%
BLUE value IS 217 (85.16% from 255) = 36.97%
R=34.24%
G=28.79%
B=36.97%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2011692170.070.2200.1528038.7175.69
HexC9A9D97160F118274c
Octal31125133172601743047114
Binary11001001101010011101100111110110011111000110001001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9A9D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9A9D9; }

 p { color: rgb(201,169,217); }

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

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

 a { background-color: rgb(201,169,217); }

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

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

 span { border-color: rgb(201,169,217); }

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