#CAA3D6

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

Shades of Wisteria #CAA3D6

Tints of Wisteria #CAA3D6

Color information

#CAA3D6 (or 0xCAA3D6) is unknown color: approx Wisteria. HEX triplet: CA, A3 and D6. RGB value is (202,163,214). Sum of RGB (Red+Green+Blue) = 202+163+214=579 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.89% from 579); Green value is 163 (64.06% from 255 or 28.15% from 579); Blue value is 214 (83.98% from 255 or 36.96% from 579); Max value from RGB is 214 - color contains mainly: blue. Hex color #CAA3D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA3D6 is #355C29. Grayscale: #B4B4B4. Windows color (decimal): -3497002 or 14066634. OLE color: 14066634.

HSL color Cylindrical-coordinate representation of color #CAA3D6: hue angle of 285.88º degrees, saturation: 0.38, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CAA3D6 is Cyan = 0.06, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB202163214-
CMYK0.060.2400.16
HSL285.88º38.35%73.92%-
HSV(B)285.88º23.83%83.92%-
XYZ49.5943.6169.42-
YUV180.48146.92143.35-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.89%
GREEN value IS 163 (64.06% from 255) = 28.15%
BLUE value IS 214 (83.98% from 255) = 36.96%
R=34.89%
G=28.15%
B=36.96%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2021632140.060.2400.16285.8838.3573.92
HexCAA3D661801011e264a
Octal31224332663002043646112
Binary110010101010001111010110110110000100001000111101001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA3D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA3D6; }

 p { color: rgb(202,163,214); }

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

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

 a { background-color: rgb(202,163,214); }

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

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

 span { border-color: rgb(202,163,214); }

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