#CAA7D9

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

Shades of Wisteria #CAA7D9

Tints of Wisteria #CAA7D9

Color information

#CAA7D9 (or 0xCAA7D9) is unknown color: approx Wisteria. HEX triplet: CA, A7 and D9. RGB value is (202,167,217). Sum of RGB (Red+Green+Blue) = 202+167+217=586 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.47% from 586); Green value is 167 (65.62% from 255 or 28.50% from 586); Blue value is 217 (85.16% from 255 or 37.03% from 586); Max value from RGB is 217 - color contains mainly: blue. Hex color #CAA7D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA7D9 is #355826. Grayscale: #B7B7B7. Windows color (decimal): -3495975 or 14264266. OLE color: 14264266.

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

Color convert

RGB202167217-
CMYK0.070.2300.15
HSL282º39.68%75.29%-
HSV(B)282º23.04%85.1%-
XYZ50.745.271.7-
YUV183.16147.1141.43-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.47%
GREEN value IS 167 (65.62% from 255) = 28.50%
BLUE value IS 217 (85.16% from 255) = 37.03%
R=34.47%
G=28.50%
B=37.03%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2021672170.070.2300.1528239.6875.29
HexCAA7D97170F11a284b
Octal31224733172701743250113
Binary11001010101001111101100111110111011111000110101010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA7D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA7D9; }

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

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

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

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

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

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

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

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