#C9A6DF

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

Shades of Wisteria #C9A6DF

Tints of Wisteria #C9A6DF

Color information

#C9A6DF (or 0xC9A6DF) is unknown color: approx Wisteria. HEX triplet: C9, A6 and DF. RGB value is (201,166,223). Sum of RGB (Red+Green+Blue) = 201+166+223=590 (78% of max value = 765). Red value is 201 (78.91% from 255 or 34.07% from 590); Green value is 166 (65.23% from 255 or 28.14% from 590); Blue value is 223 (87.5% from 255 or 37.80% from 590); Max value from RGB is 223 - color contains mainly: blue. Hex color #C9A6DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9A6DF is #365920. Grayscale: #B6B6B6. Windows color (decimal): -3561761 or 14657225. OLE color: 14657225.

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

Color convert

RGB201166223-
CMYK0.100.2600.13
HSL276.84º47.11%76.27%-
HSV(B)276.84º25.56%87.45%-
XYZ51.0445.0275.81-
YUV182.96150.6140.87-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 34.07%
GREEN value IS 166 (65.23% from 255) = 28.14%
BLUE value IS 223 (87.5% from 255) = 37.80%
R=34.07%
G=28.14%
B=37.80%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2011662230.100.2600.13276.8447.1176.27
HexC9A6DFA1A0D1152f4c
Octal311246337123201542557114
Binary110010011010011011011111101011010011011000101011011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9A6DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9A6DF; }

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

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

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

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

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

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

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

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