#CAA6DF

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

Shades of Wisteria #CAA6DF

Tints of Wisteria #CAA6DF

Color information

#CAA6DF (or 0xCAA6DF) is unknown color: approx Wisteria. HEX triplet: CA, A6 and DF. RGB value is (202,166,223). Sum of RGB (Red+Green+Blue) = 202+166+223=591 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.18% from 591); Green value is 166 (65.23% from 255 or 28.09% from 591); Blue value is 223 (87.5% from 255 or 37.73% from 591); Max value from RGB is 223 - color contains mainly: blue. Hex color #CAA6DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA6DF is #355920. Grayscale: #B7B7B7. Windows color (decimal): -3496225 or 14657226. OLE color: 14657226.

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

Color convert

RGB202166223-
CMYK0.090.2600.13
HSL277.89º47.11%76.27%-
HSV(B)277.89º25.56%87.45%-
XYZ51.3145.1675.82-
YUV183.26150.43141.37-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.18%
GREEN value IS 166 (65.23% from 255) = 28.09%
BLUE value IS 223 (87.5% from 255) = 37.73%
R=34.18%
G=28.09%
B=37.73%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2021662230.090.2600.13277.8947.1176.27
HexCAA6DF91A0D1162f4c
Octal312246337113201542657114
Binary110010101010011011011111100111010011011000101101011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA6DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA6DF; }

 p { color: rgb(202,166,223); }

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

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

 a { background-color: rgb(202,166,223); }

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

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

 span { border-color: rgb(202,166,223); }

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