#CAA0DA

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

Shades of Wisteria #CAA0DA

Tints of Wisteria #CAA0DA

Color information

#CAA0DA (or 0xCAA0DA) is unknown color: approx Wisteria. HEX triplet: CA, A0 and DA. RGB value is (202,160,218). Sum of RGB (Red+Green+Blue) = 202+160+218=580 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.83% from 580); Green value is 160 (62.89% from 255 or 27.59% from 580); Blue value is 218 (85.55% from 255 or 37.59% from 580); Max value from RGB is 218 - color contains mainly: blue. Hex color #CAA0DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA0DA is #355F25. Grayscale: #B2B2B2. Windows color (decimal): -3497766 or 14328010. OLE color: 14328010.

HSL color Cylindrical-coordinate representation of color #CAA0DA: hue angle of 283.45º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CAA0DA is Cyan = 0.07, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB202160218-
CMYK0.070.2700.15
HSL283.45º43.94%74.12%-
HSV(B)283.45º26.61%85.49%-
XYZ49.5842.7671.97-
YUV179.17149.91144.28-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.83%
GREEN value IS 160 (62.89% from 255) = 27.59%
BLUE value IS 218 (85.55% from 255) = 37.59%
R=34.83%
G=27.59%
B=37.59%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2021602180.070.2700.15283.4543.9474.12
HexCAA0DA71B0F11b2c4a
Octal31224033273301743354112
Binary11001010101000001101101011111011011111000110111011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA0DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA0DA; }

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

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

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

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

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

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

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

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