#CAA1DD

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

Shades of Wisteria #CAA1DD

Tints of Wisteria #CAA1DD

Color information

#CAA1DD (or 0xCAA1DD) is unknown color: approx Wisteria. HEX triplet: CA, A1 and DD. RGB value is (202,161,221). Sum of RGB (Red+Green+Blue) = 202+161+221=584 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.59% from 584); Green value is 161 (63.28% from 255 or 27.57% from 584); Blue value is 221 (86.72% from 255 or 37.84% from 584); Max value from RGB is 221 - color contains mainly: blue. Hex color #CAA1DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA1DD is #355E22. Grayscale: #B3B3B3. Windows color (decimal): -3497507 or 14524874. OLE color: 14524874.

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

Color convert

RGB202161221-
CMYK0.090.2700.13
HSL281º46.87%74.9%-
HSV(B)281º27.15%86.67%-
XYZ50.1543.2774.11-
YUV180.1151.08143.62-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.59%
GREEN value IS 161 (63.28% from 255) = 27.57%
BLUE value IS 221 (86.72% from 255) = 37.84%
R=34.59%
G=27.57%
B=37.84%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2021612210.090.2700.1328146.8774.9
HexCAA1DD91B0D1192f4b
Octal312241335113301543157113
Binary110010101010000111011101100111011011011000110011011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA1DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA1DD; }

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

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

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

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

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

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

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

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