#CAA9D9

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

Shades of Wisteria #CAA9D9

Tints of Wisteria #CAA9D9

Color information

#CAA9D9 (or 0xCAA9D9) is unknown color: approx Wisteria. HEX triplet: CA, A9 and D9. RGB value is (202,169,217). Sum of RGB (Red+Green+Blue) = 202+169+217=588 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.35% from 588); Green value is 169 (66.41% from 255 or 28.74% from 588); Blue value is 217 (85.16% from 255 or 36.90% from 588); Max value from RGB is 217 - color contains mainly: blue. Hex color #CAA9D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA9D9 is #355626. Grayscale: #B8B8B8. Windows color (decimal): -3495463 or 14264778. OLE color: 14264778.

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

Color convert

RGB202169217-
CMYK0.070.2200.15
HSL281.25º38.71%75.69%-
HSV(B)281.25º22.12%85.1%-
XYZ51.0745.9471.82-
YUV184.34146.43140.6-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.35%
GREEN value IS 169 (66.41% from 255) = 28.74%
BLUE value IS 217 (85.16% from 255) = 36.90%
R=34.35%
G=28.74%
B=36.90%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2021692170.070.2200.15281.2538.7175.69
HexCAA9D97160F119274c
Octal31225133172601743147114
Binary11001010101010011101100111110110011111000110011001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA9D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA9D9; }

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

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

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

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

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

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

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

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