#CAA4DE

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

Shades of Wisteria #CAA4DE

Tints of Wisteria #CAA4DE

Color information

#CAA4DE (or 0xCAA4DE) is unknown color: approx Wisteria. HEX triplet: CA, A4 and DE. RGB value is (202,164,222). Sum of RGB (Red+Green+Blue) = 202+164+222=588 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.35% from 588); Green value is 164 (64.45% from 255 or 27.89% from 588); Blue value is 222 (87.11% from 255 or 37.76% from 588); Max value from RGB is 222 - color contains mainly: blue. Hex color #CAA4DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA4DE is #355B21. Grayscale: #B5B5B5. Windows color (decimal): -3496738 or 14591178. OLE color: 14591178.

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

Color convert

RGB202164222-
CMYK0.090.2600.13
HSL279.31º46.77%75.69%-
HSV(B)279.31º26.13%87.06%-
XYZ50.8244.3875-
YUV181.97150.59142.28-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.35%
GREEN value IS 164 (64.45% from 255) = 27.89%
BLUE value IS 222 (87.11% from 255) = 37.76%
R=34.35%
G=27.89%
B=37.76%

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
Decimal2021642220.090.2600.13279.3146.7775.69
HexCAA4DE91A0D1172f4c
Octal312244336113201542757114
Binary110010101010010011011110100111010011011000101111011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA4DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA4DE; }

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

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

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

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

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

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

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

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