#CAA3DA

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

Shades of Wisteria #CAA3DA

Tints of Wisteria #CAA3DA

Color information

#CAA3DA (or 0xCAA3DA) is unknown color: approx Wisteria. HEX triplet: CA, A3 and DA. RGB value is (202,163,218). Sum of RGB (Red+Green+Blue) = 202+163+218=583 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.65% from 583); Green value is 163 (64.06% from 255 or 27.96% from 583); Blue value is 218 (85.55% from 255 or 37.39% from 583); Max value from RGB is 218 - color contains mainly: blue. Hex color #CAA3DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA3DA is #355C25. Grayscale: #B4B4B4. Windows color (decimal): -3496998 or 14328778. OLE color: 14328778.

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

Color convert

RGB202163218-
CMYK0.070.2500.15
HSL282.55º42.64%74.71%-
HSV(B)282.55º25.23%85.49%-
XYZ50.1143.8172.15-
YUV180.93148.92143.03-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.65%
GREEN value IS 163 (64.06% from 255) = 27.96%
BLUE value IS 218 (85.55% from 255) = 37.39%
R=34.65%
G=27.96%
B=37.39%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2021632180.070.2500.15282.5542.6474.71
HexCAA3DA7190F11b2b4b
Octal31224333273101743353113
Binary11001010101000111101101011111001011111000110111010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA3DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA3DA; }

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

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

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

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

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

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

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

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