#C9A6DD

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

Shades of Wisteria #C9A6DD

Tints of Wisteria #C9A6DD

Color information

#C9A6DD (or 0xC9A6DD) is unknown color: approx Wisteria. HEX triplet: C9, A6 and DD. RGB value is (201,166,221). Sum of RGB (Red+Green+Blue) = 201+166+221=588 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.18% from 588); Green value is 166 (65.23% from 255 or 28.23% from 588); Blue value is 221 (86.72% from 255 or 37.59% from 588); Max value from RGB is 221 - color contains mainly: blue. Hex color #C9A6DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9A6DD is #365922. Grayscale: #B6B6B6. Windows color (decimal): -3561763 or 14526153. OLE color: 14526153.

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

Color convert

RGB201166221-
CMYK0.090.2500.13
HSL278.18º44.72%75.88%-
HSV(B)278.18º24.89%86.67%-
XYZ50.7744.9174.4-
YUV182.74149.6141.03-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 34.18%
GREEN value IS 166 (65.23% from 255) = 28.23%
BLUE value IS 221 (86.72% from 255) = 37.59%
R=34.18%
G=28.23%
B=37.59%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2011662210.090.2500.13278.1844.7275.88
HexC9A6DD9190D1162d4c
Octal311246335113101542655114
Binary110010011010011011011101100111001011011000101101011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9A6DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9A6DD; }

 p { color: rgb(201,166,221); }

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

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

 a { background-color: rgb(201,166,221); }

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

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

 span { border-color: rgb(201,166,221); }

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