#CAA7DD

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

Shades of Wisteria #CAA7DD

Tints of Wisteria #CAA7DD

Color information

#CAA7DD (or 0xCAA7DD) is unknown color: approx Wisteria. HEX triplet: CA, A7 and DD. RGB value is (202,167,221). Sum of RGB (Red+Green+Blue) = 202+167+221=590 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.24% from 590); Green value is 167 (65.62% from 255 or 28.31% from 590); Blue value is 221 (86.72% from 255 or 37.46% from 590); Max value from RGB is 221 - color contains mainly: blue. Hex color #CAA7DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA7DD is #355822. Grayscale: #B7B7B7. Windows color (decimal): -3495971 or 14526410. OLE color: 14526410.

HSL color Cylindrical-coordinate representation of color #CAA7DD: hue angle of 278.89º degrees, saturation: 0.44, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CAA7DD is Cyan = 0.09, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB202167221-
CMYK0.090.2400.13
HSL278.89º44.26%76.08%-
HSV(B)278.89º24.43%86.67%-
XYZ51.2345.4174.47-
YUV183.62149.1141.11-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.24%
GREEN value IS 167 (65.62% from 255) = 28.31%
BLUE value IS 221 (86.72% from 255) = 37.46%
R=34.24%
G=28.31%
B=37.46%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2021672210.090.2400.13278.8944.2676.08
HexCAA7DD9180D1172c4c
Octal312247335113001542754114
Binary110010101010011111011101100111000011011000101111011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA7DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA7DD; }

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

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

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

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

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

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

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

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