#CAA4D9

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

Shades of Wisteria #CAA4D9

Tints of Wisteria #CAA4D9

Color information

#CAA4D9 (or 0xCAA4D9) is unknown color: approx Wisteria. HEX triplet: CA, A4 and D9. RGB value is (202,164,217). Sum of RGB (Red+Green+Blue) = 202+164+217=583 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.65% from 583); Green value is 164 (64.45% from 255 or 28.13% from 583); Blue value is 217 (85.16% from 255 or 37.22% from 583); Max value from RGB is 217 - color contains mainly: blue. Hex color #CAA4D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA4D9 is #355B26. Grayscale: #B5B5B5. Windows color (decimal): -3496743 or 14263498. OLE color: 14263498.

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

Color convert

RGB202164217-
CMYK0.070.2400.15
HSL283.02º41.09%74.71%-
HSV(B)283.02º24.42%85.1%-
XYZ50.1644.1271.52-
YUV181.4148.09142.69-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.65%
GREEN value IS 164 (64.45% from 255) = 28.13%
BLUE value IS 217 (85.16% from 255) = 37.22%
R=34.65%
G=28.13%
B=37.22%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2021642170.070.2400.15283.0241.0974.71
HexCAA4D97180F11b294b
Octal31224433173001743351113
Binary11001010101001001101100111111000011111000110111010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA4D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA4D9; }

 p { color: rgb(202,164,217); }

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

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

 a { background-color: rgb(202,164,217); }

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

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

 span { border-color: rgb(202,164,217); }

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