#CAA0DE

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

Shades of Wisteria #CAA0DE

Tints of Wisteria #CAA0DE

Color information

#CAA0DE (or 0xCAA0DE) is unknown color: approx Wisteria. HEX triplet: CA, A0 and DE. RGB value is (202,160,222). Sum of RGB (Red+Green+Blue) = 202+160+222=584 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.59% from 584); Green value is 160 (62.89% from 255 or 27.40% from 584); Blue value is 222 (87.11% from 255 or 38.01% from 584); Max value from RGB is 222 - color contains mainly: blue. Hex color #CAA0DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA0DE is #355F21. Grayscale: #B3B3B3. Windows color (decimal): -3497762 or 14590154. OLE color: 14590154.

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

Color convert

RGB202160222-
CMYK0.090.2800.13
HSL280.65º48.44%74.9%-
HSV(B)280.65º27.93%87.06%-
XYZ50.1142.9774.76-
YUV179.63151.91143.96-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.59%
GREEN value IS 160 (62.89% from 255) = 27.40%
BLUE value IS 222 (87.11% from 255) = 38.01%
R=34.59%
G=27.40%
B=38.01%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2021602220.090.2800.13280.6548.4474.9
HexCAA0DE91C0D119304b
Octal312240336113401543160113
Binary110010101010000011011110100111100011011000110011100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA0DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA0DE; }

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

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

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

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

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

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

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

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