#C9A4DB

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

Shades of Wisteria #C9A4DB

Tints of Wisteria #C9A4DB

Color information

#C9A4DB (or 0xC9A4DB) is unknown color: approx Wisteria. HEX triplet: C9, A4 and DB. RGB value is (201,164,219). Sum of RGB (Red+Green+Blue) = 201+164+219=584 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.42% from 584); Green value is 164 (64.45% from 255 or 28.08% from 584); Blue value is 219 (85.94% from 255 or 37.5% from 584); Max value from RGB is 219 - color contains mainly: blue. Hex color #C9A4DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9A4DB is #365B24. Grayscale: #B5B5B5. Windows color (decimal): -3562277 or 14394569. OLE color: 14394569.

HSL color Cylindrical-coordinate representation of color #C9A4DB: hue angle of 280.36º degrees, saturation: 0.43, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C9A4DB is Cyan = 0.08, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB201164219-
CMYK0.080.2500.14
HSL280.36º43.31%75.1%-
HSV(B)280.36º25.11%85.88%-
XYZ50.1544.0872.88-
YUV181.33149.26142.03-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 34.42%
GREEN value IS 164 (64.45% from 255) = 28.08%
BLUE value IS 219 (85.94% from 255) = 37.5%
R=34.42%
G=28.08%
B=37.5%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2011642190.080.2500.14280.3643.3175.1
HexC9A4DB8190E1182b4b
Octal311244333103101643053113
Binary110010011010010011011011100011001011101000110001010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9A4DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9A4DB; }

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

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

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

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

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

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

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

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