#c9a2d9

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

Shades of Wisteria #C9A2D9

Tints of Wisteria #C9A2D9

Color information

#C9A2D9 (or 0xC9A2D9) is unknown color: approx Wisteria. HEX triplet: C9, A2 and D9. RGB value is (201,162,217). Sum of RGB (Red+Green+Blue) = 201+162+217=580 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.66% from 580); Green value is 162 (63.67% from 255 or 27.93% from 580); Blue value is 217 (85.16% from 255 or 37.41% from 580); Max value from RGB is 217 - color contains mainly: blue. Hex color #C9A2D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9A2D9 is #365D26. Grayscale: #B3B3B3. Windows color (decimal): -3562791 or 14262985. OLE color: 14262985.

HSL color Cylindrical-coordinate representation of color #C9A2D9: hue angle of 282.55º degrees, saturation: 0.42, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C9A2D9 is Cyan = 0.07, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB201162217-
CMYK0.070.2500.15
HSL282.55º41.98%74.31%-
HSV(B)282.55º25.35%85.1%-
XYZ49.5343.2771.39-
YUV179.93148.92143.03-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 34.66%
GREEN value IS 162 (63.67% from 255) = 27.93%
BLUE value IS 217 (85.16% from 255) = 37.41%
R=34.66%
G=27.93%
B=37.41%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2011622170.070.2500.15282.5541.9874.31
HexC9A2D97190F11b2a4a
Octal31124233173101743352112
Binary11001001101000101101100111111001011111000110111010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c9a2d9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c9a2d9; }

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

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

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

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

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

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

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

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