#C9A4E4

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

Shades of Wisteria #C9A4E4

Tints of Wisteria #C9A4E4

Color information

#C9A4E4 (or 0xC9A4E4) is unknown color: approx Wisteria. HEX triplet: C9, A4 and E4. RGB value is (201,164,228). Sum of RGB (Red+Green+Blue) = 201+164+228=593 (78% of max value = 765). Red value is 201 (78.91% from 255 or 33.90% from 593); Green value is 164 (64.45% from 255 or 27.66% from 593); Blue value is 228 (89.45% from 255 or 38.45% from 593); Max value from RGB is 228 - color contains mainly: blue. Hex color #C9A4E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9A4E4 is #365B1B. Grayscale: #B6B6B6. Windows color (decimal): -3562268 or 14984393. OLE color: 14984393.

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

Color convert

RGB201164228-
CMYK0.120.2800.11
HSL274.69º54.24%76.86%-
HSV(B)274.69º28.07%89.41%-
XYZ51.3744.5779.29-
YUV182.36153.76141.3-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 33.90%
GREEN value IS 164 (64.45% from 255) = 27.66%
BLUE value IS 228 (89.45% from 255) = 38.45%
R=33.90%
G=27.66%
B=38.45%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2011642280.120.2800.11274.6954.2476.86
HexC9A4E4C1C0B113364d
Octal311244344143401342366115
Binary110010011010010011100100110011100010111000100111101101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9A4E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9A4E4; }

 p { color: rgb(201,164,228); }

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

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

 a { background-color: rgb(201,164,228); }

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

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

 span { border-color: rgb(201,164,228); }

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