#C9A7E1

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

Shades of Wisteria #C9A7E1

Tints of Wisteria #C9A7E1

Color information

#C9A7E1 (or 0xC9A7E1) is unknown color: approx Wisteria. HEX triplet: C9, A7 and E1. RGB value is (201,167,225). Sum of RGB (Red+Green+Blue) = 201+167+225=593 (78% of max value = 765). Red value is 201 (78.91% from 255 or 33.90% from 593); Green value is 167 (65.62% from 255 or 28.16% from 593); Blue value is 225 (88.28% from 255 or 37.94% from 593); Max value from RGB is 225 - color contains mainly: blue. Hex color #C9A7E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9A7E1 is #36581E. Grayscale: #B7B7B7. Windows color (decimal): -3561503 or 14788553. OLE color: 14788553.

HSL color Cylindrical-coordinate representation of color #C9A7E1: hue angle of 275.17º degrees, saturation: 0.49, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C9A7E1 is Cyan = 0.11, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB201167225-
CMYK0.110.2600.12
HSL275.17º49.15%76.86%-
HSV(B)275.17º25.78%88.24%-
XYZ51.545.4977.3-
YUV183.78151.26140.28-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 33.90%
GREEN value IS 167 (65.62% from 255) = 28.16%
BLUE value IS 225 (88.28% from 255) = 37.94%
R=33.90%
G=28.16%
B=37.94%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2011672250.110.2600.12275.1749.1576.86
HexC9A7E1B1A0C113314d
Octal311247341133201442361115
Binary110010011010011111100001101111010011001000100111100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9A7E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9A7E1; }

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

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

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

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

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

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

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

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