#CAA4D7

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

Shades of Wisteria #CAA4D7

Tints of Wisteria #CAA4D7

Color information

#CAA4D7 (or 0xCAA4D7) is unknown color: approx Wisteria. HEX triplet: CA, A4 and D7. RGB value is (202,164,215). Sum of RGB (Red+Green+Blue) = 202+164+215=581 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.77% from 581); Green value is 164 (64.45% from 255 or 28.23% from 581); Blue value is 215 (84.38% from 255 or 37.01% from 581); Max value from RGB is 215 - color contains mainly: blue. Hex color #CAA4D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA4D7 is #355B28. Grayscale: #B5B5B5. Windows color (decimal): -3496745 or 14132426. OLE color: 14132426.

HSL color Cylindrical-coordinate representation of color #CAA4D7: hue angle of 284.71º degrees, saturation: 0.39, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CAA4D7 is Cyan = 0.06, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB202164215-
CMYK0.060.2400.16
HSL284.71º38.93%74.31%-
HSV(B)284.71º23.72%84.31%-
XYZ49.944.0170.16-
YUV181.18147.09142.85-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.77%
GREEN value IS 164 (64.45% from 255) = 28.23%
BLUE value IS 215 (84.38% from 255) = 37.01%
R=34.77%
G=28.23%
B=37.01%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2021642150.060.2400.16284.7138.9374.31
HexCAA4D761801011d274a
Octal31224432763002043547112
Binary110010101010010011010111110110000100001000111011001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA4D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA4D7; }

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

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

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

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

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

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

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

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