#C9A2DA

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

Shades of Wisteria #C9A2DA

Tints of Wisteria #C9A2DA

Color information

#C9A2DA (or 0xC9A2DA) is unknown color: approx Wisteria. HEX triplet: C9, A2 and DA. RGB value is (201,162,218). Sum of RGB (Red+Green+Blue) = 201+162+218=581 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.60% from 581); Green value is 162 (63.67% from 255 or 27.88% from 581); Blue value is 218 (85.55% from 255 or 37.52% from 581); Max value from RGB is 218 - color contains mainly: blue. Hex color #C9A2DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9A2DA is #365D25. Grayscale: #B3B3B3. Windows color (decimal): -3562790 or 14328521. OLE color: 14328521.

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

Color convert

RGB201162218-
CMYK0.080.2600.15
HSL281.79º43.08%74.51%-
HSV(B)281.79º25.69%85.49%-
XYZ49.6643.3272.07-
YUV180.04149.42142.95-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 34.60%
GREEN value IS 162 (63.67% from 255) = 27.88%
BLUE value IS 218 (85.55% from 255) = 37.52%
R=34.60%
G=27.88%
B=37.52%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2011622180.080.2600.15281.7943.0874.51
HexC9A2DA81A0F11a2b4b
Octal311242332103201743253113
Binary110010011010001011011010100011010011111000110101010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9A2DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9A2DA; }

 p { color: rgb(201,162,218); }

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

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

 a { background-color: rgb(201,162,218); }

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

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

 span { border-color: rgb(201,162,218); }

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