#C9A3D9

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

Shades of Wisteria #C9A3D9

Tints of Wisteria #C9A3D9

Color information

#C9A3D9 (or 0xC9A3D9) is unknown color: approx Wisteria. HEX triplet: C9, A3 and D9. RGB value is (201,163,217). Sum of RGB (Red+Green+Blue) = 201+163+217=581 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.60% from 581); Green value is 163 (64.06% from 255 or 28.06% from 581); Blue value is 217 (85.16% from 255 or 37.35% from 581); Max value from RGB is 217 - color contains mainly: blue. Hex color #C9A3D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9A3D9 is #365C26. Grayscale: #B4B4B4. Windows color (decimal): -3562535 or 14263241. OLE color: 14263241.

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

Color convert

RGB201163217-
CMYK0.070.2500.15
HSL282.22º41.54%74.51%-
HSV(B)282.22º24.88%85.1%-
XYZ49.7143.6271.45-
YUV180.52148.59142.61-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 34.60%
GREEN value IS 163 (64.06% from 255) = 28.06%
BLUE value IS 217 (85.16% from 255) = 37.35%
R=34.60%
G=28.06%
B=37.35%

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
Decimal2011632170.070.2500.15282.2241.5474.51
HexC9A3D97190F11a2a4b
Octal31124333173101743252113
Binary11001001101000111101100111111001011111000110101010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9A3D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9A3D9; }

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

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

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

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

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

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

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

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