#C9A1E7

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

Shades of Wisteria #C9A1E7

Tints of Wisteria #C9A1E7

Color information

#C9A1E7 (or 0xC9A1E7) is unknown color: approx Wisteria. HEX triplet: C9, A1 and E7. RGB value is (201,161,231). Sum of RGB (Red+Green+Blue) = 201+161+231=593 (78% of max value = 765). Red value is 201 (78.91% from 255 or 33.90% from 593); Green value is 161 (63.28% from 255 or 27.15% from 593); Blue value is 231 (90.62% from 255 or 38.95% from 593); Max value from RGB is 231 - color contains mainly: blue. Hex color #C9A1E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C9A1E7 is #365E18. Grayscale: #B4B4B4. Windows color (decimal): -3563033 or 15180233. OLE color: 15180233.

HSL color Cylindrical-coordinate representation of color #C9A1E7: hue angle of 274.29º degrees, saturation: 0.59, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C9A1E7 is Cyan = 0.13, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB201161231-
CMYK0.130.3000.09
HSL274.29º59.32%76.86%-
HSV(B)274.29º30.3%90.59%-
XYZ51.2643.6881.33-
YUV180.94156.25142.31-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 33.90%
GREEN value IS 161 (63.28% from 255) = 27.15%
BLUE value IS 231 (90.62% from 255) = 38.95%
R=33.90%
G=27.15%
B=38.95%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2011612310.130.3000.09274.2959.3276.86
HexC9A1E7D1E091123b4d
Octal311241347153601142273115
Binary110010011010000111100111110111110010011000100101110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9A1E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9A1E7; }

 p { color: rgb(201,161,231); }

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

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

 a { background-color: rgb(201,161,231); }

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

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

 span { border-color: rgb(201,161,231); }

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