#CAA1DE

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

Shades of Wisteria #CAA1DE

Tints of Wisteria #CAA1DE

Color information

#CAA1DE (or 0xCAA1DE) is unknown color: approx Wisteria. HEX triplet: CA, A1 and DE. RGB value is (202,161,222). Sum of RGB (Red+Green+Blue) = 202+161+222=585 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.53% from 585); Green value is 161 (63.28% from 255 or 27.52% from 585); Blue value is 222 (87.11% from 255 or 37.95% from 585); Max value from RGB is 222 - color contains mainly: blue. Hex color #CAA1DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA1DE is #355E21. Grayscale: #B4B4B4. Windows color (decimal): -3497506 or 14590410. OLE color: 14590410.

HSL color Cylindrical-coordinate representation of color #CAA1DE: hue angle of 280.33º degrees, saturation: 0.48, 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 #CAA1DE is Cyan = 0.09, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB202161222-
CMYK0.090.2700.13
HSL280.33º48.03%75.1%-
HSV(B)280.33º27.48%87.06%-
XYZ50.2943.3274.82-
YUV180.21151.58143.54-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.53%
GREEN value IS 161 (63.28% from 255) = 27.52%
BLUE value IS 222 (87.11% from 255) = 37.95%
R=34.53%
G=27.52%
B=37.95%

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
Decimal2021612220.090.2700.13280.3348.0375.1
HexCAA1DE91B0D118304b
Octal312241336113301543060113
Binary110010101010000111011110100111011011011000110001100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA1DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA1DE; }

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

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

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

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

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

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

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

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